Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
BCELifier
This class takes a given JavaClass object and converts it to a
Java program that creates that very class using BCEL.
|
Modifier and Type | Class and Description |
---|---|
private class |
Pass2Verifier.CPESSC_Visitor
A Visitor class that ensures the constant pool satisfies the static
constraints.
|
private class |
Pass2Verifier.FAMRAV_Visitor
A Visitor class that ensures the ConstantCP-subclassed entries
of the constant pool are valid.
|
private static class |
Pass2Verifier.InnerClassDetector
This class serves for finding out if a given JavaClass' ConstantPool
references an Inner Class.
|
class |
StringRepresentation
BCEL's Node classes (those from the classfile API that accept() Visitor
instances) have toString() methods that were not designed to be robust,
this gap is closed by this class.
|