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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
D2F |
D2F - Convert double to float
|
class |
D2I |
D2I - Convert double to int
|
class |
D2L |
D2L - Convert double to long
|
class |
F2D |
F2D - Convert float to double
|
class |
F2I |
F2I - Convert float to int
|
class |
F2L |
F2L - Convert float to long
|
class |
I2B |
I2B - Convert int to byte
|
class |
I2C |
I2C - Convert int to char
|
class |
I2D |
I2D - Convert int to double
|
class |
I2F |
I2F - Convert int to float
|
class |
I2L |
I2L - Convert int to long
|
class |
I2S |
I2S - Convert int to short
|
class |
L2D |
L2D - Convert long to double
|
class |
L2F |
L2F - Convert long to float
|
class |
L2I |
L2I - Convert long to int
|
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 |
Modifier and Type | Method | Description |
---|---|---|
void |
EmptyVisitor.visitConversionInstruction(ConversionInstruction obj) |
|
void |
Visitor.visitConversionInstruction(ConversionInstruction obj) |