CodeClass |
Interface for Java classes within the bytecode generation framework.
|
CodeContext |
Interface which encapsulates the stream to which Java bytecode can
be written.
|
CodeException |
An exception indicating that something went wrong generating byte code.
|
CodeField |
Wrap up details about a field in a Java class file.
|
CodeGenerator |
Interface for an object which can produce Java bytecode.
|
CodeMethod |
Wrap up details about a method in a Java class file
|
ConstantPool |
Build a Java class file constant pool.
|
GeneratedCodeClass |
A CodeClass implementation that is used to generate new classes.
|
GeneratedCodeMethod |
A method that will be generated.
|
Instruction |
Base class for java bytecode instructions.
|
Label |
A Label used to mark a position in byte code.
|
LocalVariable |
A local variable.
|
ParametricCodeGenerator |
|
ParametricType |
A template type.
|
PParametricCodeGenerator |
|