|
bcel API: Uses of Class org.apache.bcel.generic.ConversionInstruction
Uses of Class
|
Packages that use ConversionInstruction | |
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 | |
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 |
Fields in org.apache.bcel.generic declared as ConversionInstruction | |
static ConversionInstruction |
InstructionConstants.I2L
|
static ConversionInstruction |
InstructionConstants.I2F
|
static ConversionInstruction |
InstructionConstants.I2D
|
static ConversionInstruction |
InstructionConstants.L2I
|
static ConversionInstruction |
InstructionConstants.L2F
|
static ConversionInstruction |
InstructionConstants.L2D
|
static ConversionInstruction |
InstructionConstants.F2I
|
static ConversionInstruction |
InstructionConstants.F2L
|
static ConversionInstruction |
InstructionConstants.F2D
|
static ConversionInstruction |
InstructionConstants.D2I
|
static ConversionInstruction |
InstructionConstants.D2L
|
static ConversionInstruction |
InstructionConstants.D2F
|
static ConversionInstruction |
InstructionConstants.I2B
|
static ConversionInstruction |
InstructionConstants.I2C
|
static ConversionInstruction |
InstructionConstants.I2S
|
Methods in org.apache.bcel.generic with parameters of type ConversionInstruction | |
void |
EmptyVisitor.visitConversionInstruction(ConversionInstruction obj)
|
void |
Visitor.visitConversionInstruction(ConversionInstruction obj)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |