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 and 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 and Description |
---|---|
static ConversionInstruction |
InstructionConst.D2F |
static ConversionInstruction |
InstructionConstants.D2F
Deprecated.
|
static ConversionInstruction |
InstructionConst.D2I |
static ConversionInstruction |
InstructionConstants.D2I
Deprecated.
|
static ConversionInstruction |
InstructionConst.D2L |
static ConversionInstruction |
InstructionConstants.D2L
Deprecated.
|
static ConversionInstruction |
InstructionConst.F2D |
static ConversionInstruction |
InstructionConstants.F2D
Deprecated.
|
static ConversionInstruction |
InstructionConst.F2I |
static ConversionInstruction |
InstructionConstants.F2I
Deprecated.
|
static ConversionInstruction |
InstructionConst.F2L |
static ConversionInstruction |
InstructionConstants.F2L
Deprecated.
|
static ConversionInstruction |
InstructionConst.I2B |
static ConversionInstruction |
InstructionConstants.I2B
Deprecated.
|
static ConversionInstruction |
InstructionConst.I2C |
static ConversionInstruction |
InstructionConstants.I2C
Deprecated.
|
static ConversionInstruction |
InstructionConst.I2D |
static ConversionInstruction |
InstructionConstants.I2D
Deprecated.
|
static ConversionInstruction |
InstructionConst.I2F |
static ConversionInstruction |
InstructionConstants.I2F
Deprecated.
|
static ConversionInstruction |
InstructionConst.I2L |
static ConversionInstruction |
InstructionConstants.I2L
Deprecated.
|
static ConversionInstruction |
InstructionConst.I2S |
static ConversionInstruction |
InstructionConstants.I2S
Deprecated.
|
static ConversionInstruction |
InstructionConst.L2D |
static ConversionInstruction |
InstructionConstants.L2D
Deprecated.
|
static ConversionInstruction |
InstructionConst.L2F |
static ConversionInstruction |
InstructionConstants.L2F
Deprecated.
|
static ConversionInstruction |
InstructionConst.L2I |
static ConversionInstruction |
InstructionConstants.L2I
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
EmptyVisitor.visitConversionInstruction(ConversionInstruction obj) |
void |
Visitor.visitConversionInstruction(ConversionInstruction obj) |
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.