Uses of Class
org.apache.bcel.generic.ConversionInstruction
-
Packages that use ConversionInstruction Package Description org.apache.bcel.generic This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions. -
-
Uses of ConversionInstruction in org.apache.bcel.generic
Subclasses of ConversionInstruction in org.apache.bcel.generic Modifier and Type Class Description class
D2F
D2F - Convert double to floatclass
D2I
D2I - Convert double to intclass
D2L
D2L - Convert double to longclass
F2D
F2D - Convert float to doubleclass
F2I
F2I - Convert float to intclass
F2L
F2L - Convert float to longclass
I2B
I2B - Convert int to byteclass
I2C
I2C - Convert int to charclass
I2D
I2D - Convert int to doubleclass
I2F
I2F - Convert int to floatclass
I2L
I2L - Convert int to longclass
I2S
I2S - Convert int to shortclass
L2D
L2D - Convert long to doubleclass
L2F
L2F - Convert long to floatclass
L2I
L2I - Convert long to intFields in org.apache.bcel.generic declared as ConversionInstruction Modifier and Type Field Description static ConversionInstruction
InstructionConstants. D2F
static ConversionInstruction
InstructionConstants. D2I
static ConversionInstruction
InstructionConstants. D2L
static ConversionInstruction
InstructionConstants. F2D
static ConversionInstruction
InstructionConstants. F2I
static ConversionInstruction
InstructionConstants. F2L
static ConversionInstruction
InstructionConstants. I2B
static ConversionInstruction
InstructionConstants. I2C
static ConversionInstruction
InstructionConstants. I2D
static ConversionInstruction
InstructionConstants. I2F
static ConversionInstruction
InstructionConstants. I2L
static ConversionInstruction
InstructionConstants. I2S
static ConversionInstruction
InstructionConstants. L2D
static ConversionInstruction
InstructionConstants. L2F
static ConversionInstruction
InstructionConstants. L2I
Methods in org.apache.bcel.generic with parameters of type ConversionInstruction Modifier and Type Method Description void
EmptyVisitor. visitConversionInstruction(ConversionInstruction obj)
void
Visitor. visitConversionInstruction(ConversionInstruction obj)
-