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 |
GOTO |
GOTO - Branch always (to relative offset, not absolute address)
|
class |
JSR |
JSR - Jump to subroutine
|
class |
LOOKUPSWITCH |
LOOKUPSWITCH - Switch with unordered set of values
|
class |
PUSH |
Wrapper class for push operations, which are implemented either as BIPUSH,
LDC or xCONST_n instructions.
|
class |
Select |
Select - Abstract super class for LOOKUPSWITCH and TABLESWITCH instructions.
|
class |
TABLESWITCH |
TABLESWITCH - Switch within given range of values, i.e., low..high
|
Modifier and Type | Method | Description |
---|---|---|
void |
EmptyVisitor.visitVariableLengthInstruction(VariableLengthInstruction obj) |
|
void |
Visitor.visitVariableLengthInstruction(VariableLengthInstruction obj) |