Frames | No Frames |
Classes implementing org.apache.bcel.generic.CompoundInstruction | |
class | Wrapper class for push operations, which are implemented either as BIPUSH,
LDC or xCONST_n instructions. |
class | SWITCH - Branch depending on int value, generates either LOOKUPSWITCH or
TABLESWITCH instruction, depending on whether the match values (int[]) can be
sorted with no gaps between the numbers. |
Constructors with parameter type org.apache.bcel.generic.CompoundInstruction | |
Initialize list with (nonnull) compound instruction. |
Methods with parameter type org.apache.bcel.generic.CompoundInstruction | |
InstructionHandle | Append a compound instruction. |
InstructionHandle | Append a compound instruction, after instruction i. |
InstructionHandle | Append a compound instruction. |
InstructionHandle | Insert a compound instruction. |
InstructionHandle | Insert a compound instruction before instruction i. |
InstructionHandle | Insert a compound instruction. |