| 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.
|
| org.apache.bcel.verifier.structurals |
Provides a PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as
a nice side effect.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ALOAD |
ALOAD - Load reference from local variable
|
class |
DLOAD |
DLOAD - Load double from local variable
|
class |
FLOAD |
FLOAD - Load float from local variable
|
class |
ILOAD |
ILOAD - Load int from local variable onto stack
|
class |
LLOAD |
LLOAD - Load long from local variable
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
EmptyVisitor.visitLoadInstruction(LoadInstruction obj) |
|
void |
Visitor.visitLoadInstruction(LoadInstruction obj) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
InstConstraintVisitor.visitLoadInstruction(LoadInstruction o) |
Assures the generic preconditions of a LoadInstruction instance.
|