ByteCodeForm |
|
ClassRefForm |
This class implements the byte code form for those bytecodes which have class references (and only class references).
|
ClassSpecificReferenceForm |
Abstract superclass of all classes that have class-specific references to constant pool information.
|
InitMethodReferenceForm |
Abstract superclass of those classes which look up init methods (these are class specific methods).
|
ReferenceForm |
Abstract class of all ByteCodeForms which add a nested entry from the globalConstantPool.
|
SingleByteReferenceForm |
Some bytecodes (such as (a)ldc, fldc and ildc) have single- byte references to the class pool.
|
SwitchForm |
|
VariableInstructionForm |
This abstract class implements the common code for instructions which have variable lengths.
|