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.util |
This package contains utility classes for the
Byte Code Engineering
Library, namely:
|
org.apache.bcel.verifier.statics |
Provides PassVerifier classes used internally by JustIce.
|
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 and Description |
---|---|
class |
EmptyVisitor
Supplies empty method bodies to be overridden by subclasses.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
BCELFactory
Factory creates il.append() statements, and sets instruction targets.
|
Modifier and Type | Class and Description |
---|---|
private class |
Pass3aVerifier.InstOperandConstraintVisitor
This visitor class does the actual checking for the instruction
operand's constraints.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutionVisitor
This Visitor class may be used for a type-based Java Virtual Machine
simulation.
|
class |
InstConstraintVisitor
A Visitor class testing for valid preconditions of JVM instructions.
|