Package | Description |
---|---|
org.apache.bcel.verifier |
BCEL's verifier JustIce is there to help you dump correct Java class files created or modified with BCEL.
|
org.apache.bcel.verifier.statics |
Provides PassVerifier classes used internally by JustIce.
|
Class and Description |
---|
Pass1Verifier
This PassVerifier verifies a class file according to pass 1 as
described in The Java Virtual Machine Specification, 2nd edition.
|
Pass2Verifier
This PassVerifier verifies a class file according to
pass 2 as described in The Java Virtual Machine
Specification, 2nd edition.
|
Pass3aVerifier
This PassVerifier verifies a class file according to
pass 3, static part as described in The Java Virtual
Machine Specification, 2nd edition.
|
Class and Description |
---|
DOUBLE_Upper
This class represents the upper half of a DOUBLE variable.
|
LocalVariableInfo
A utility class holding the information about
the name and the type of a local variable in
a given slot (== index).
|
LocalVariablesInfo
A utility class holding the information about
the names and the types of the local variables in
a given method.
|
LONG_Upper
This class represents the upper half of a LONG variable.
|