Class Summary |
BCClass |
ClassBuilder is used to construct a java class's byte array
representation.
|
BCJava |
Debugging problems with generated classes
When the code has been generated incorrectly, all sorts of
odd things can go wrong. |
BCLocalField |
|
BCMethod |
MethodBuilder is used to piece together a method when
building a java class definition.
|
BCMethodCaller |
|
BCMethodDescriptor |
A method descriptor. |
BCUnsupported |
Convienence SanityManager methods. |
CodeChunk |
This class represents a chunk of code in a CodeAttribute.
|
Conditional |
A code chunk that gets pushed to handle if-else blocks.
|
d_BCValidate |
Validate BC calls. |
GClass |
This is a common superclass for the various impls.
|
OpcodeDebug |
This contains mnemonics for all of the opcodes of the JVM.
|
Type |
|
VMTypeIdCacheable |
This class implements a Cacheable for a Byte code generator cache of
VMTypeIds. |