|
Class Summary |
| AttributeHTML |
Convert found attributes into HTML file. |
| BCELFactory |
Factory creates il.append() statements, and sets instruction targets. |
| BCELifier |
This class takes a given JavaClass object and converts it to a
Java program that creates that very class using BCEL. |
| ByteSequence |
Utility class that implements a sequence of bytes which can be read
via the `readByte()' method. |
| ByteSequence.ByteArrayStream |
|
| Class2HTML |
Read class file(s) and convert them into HTML files. |
| ClassLoader |
Drop in replacement for the standard class loader of the JVM. |
| ClassLoaderRepository |
The repository maintains information about which classes have
been loaded. |
| ClassPath |
Responsible for loading (class) files from the CLASSPATH. |
| ClassPath.Dir |
|
| ClassPath.PathEntry |
|
| ClassPath.Zip |
|
| ClassQueue |
Utility class implementing a (typesafe) queue of JavaClass
objects. |
| ClassSet |
Utility class implementing a (typesafe) set of JavaClass objects. |
| ClassStack |
Utility class implementing a (typesafe) stack of JavaClass objects. |
| ClassVector |
Deprecated. as of 5.1.1 - 7/17/2005 |
| CodeHTML |
Convert code into HTML file. |
| ConstantHTML |
Convert constant pool into HTML file. |
| InstructionFinder |
InstructionFinder is a tool to search for given instructions patterns, i.e.,
match sequences of instructions in an instruction list via regular
expressions. |
| JavaWrapper |
Java interpreter replacement, i.e., wrapper that uses its own ClassLoader
to modify/generate classes as they're requested. |
| MethodHTML |
Convert methods and fields into HTML file. |
| SyntheticRepository |
This repository is used in situations where a Class is created
outside the realm of a ClassLoader. |