Frames | No Frames |
Classes derived from org.apache.bcel.generic.ConversionInstruction | |
class | D2F - Convert double to float
Stack: ..., value.word1, value.word2 -> ..., result |
class | D2I - Convert double to int
Stack: ..., value.word1, value.word2 -> ..., result |
class | D2L - Convert double to long
Stack: ..., value.word1, value.word2 -> ..., result.word1, result.word2 |
class | F2D - Convert float to double
Stack: ..., value -> ..., result.word1, result.word2 |
class | F2I - Convert float to int
Stack: ..., value -> ..., result |
class | F2L - Convert float to long
Stack: ..., value -> ..., result.word1, result.word2 |
class | I2B - Convert int to byte
Stack: ..., value -> ..., result |
class | I2C - Convert int to char
Stack: ..., value -> ..., result |
class | I2D - Convert int to double
Stack: ..., value -> ..., result.word1, result.word2 |
class | I2F - Convert int to float
Stack: ..., value -> ..., result |
class | I2L - Convert int to long
Stack: ..., value -> ..., result.word1, result.word2 |
class | I2S - Convert int to short
Stack: ..., value -> ..., result |
class | L2D - Convert long to double
Stack: ..., value.word1, value.word2 -> ..., result.word1, result.word2 |
class | L2F - Convert long to float
Stack: ..., value.word1, value.word2 -> ..., result |
class | L2I - Convert long to int
Stack: ..., value.word1, value.word2 -> ..., result |
Methods with parameter type org.apache.bcel.generic.ConversionInstruction | |
void | |
void |