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 |
LOOKUPSWITCH |
LOOKUPSWITCH - Switch with unordered set of values
|
class |
TABLESWITCH |
TABLESWITCH - Switch within given range of values, i.e., low..high
|
Modifier and Type | Method | Description |
---|---|---|
void |
EmptyVisitor.visitSelect(Select obj) |
|
void |
Visitor.visitSelect(Select obj) |