All Classes and Interfaces

Class
Description
Factory for objects which encapsulate individual Java bytecode instructions.
Interface for Java classes within the bytecode generation framework.
Interface which encapsulates the stream to which Java bytecode can be written.
An exception indicating that something went wrong generating byte code.
Wrap up details about a field in a Java class file.
Interface for an object which can produce Java bytecode.
Wrap up details about a method in a Java class file
Utility code for things you will frequently need.
Build a Java class file constant pool.
A class loader that actually produces real Java classes from GeneratedCodeClass instances.
A CodeClass implementation that is used to generate new classes.
A method that will be generated.
A CodeGenerator that provides something semanticaly identical to if.
Base class for java bytecode instructions.
A list of Instructions and/or other CodeGenerator objects.
CodeClass instances that represent normal Java Class objects.
A Label used to mark a position in byte code.
A local variable.
A CodeGenerator that just marks a label that can be used for jumps.
 
A template type.