Interface | Description |
---|---|
VMDescriptor | |
VMOpcode |
This contains all the opcodes for the JVM
as defined in The Java Virtual Machine Specification.
|
Class | Description |
---|---|
AttributeEntry | |
Attributes | |
ClassEnumeration |
An enumeration that filters only classes
from the enumeration of the class pool.
|
ClassFormatOutput |
A wrapper around DataOutputStream to provide input functions in terms
of the types defined on pages 83 of the Java Virtual Machine spec.
|
ClassHolder |
Based upon "THE class FILE FORMAT" chapter of "The Java Virtual Machine Specification"
corresponding to version 1.0.2 of the Java Virtual Machine and 1.0.2 of the
Java Language Specification.
|
ClassInput |
A wrapper around DataInputStream to provide input functions in terms
of the types defined on pages 83.
|
ClassInvestigator | |
ClassMember | |
CONSTANT_Double_info |
Double Constant - page 97 - Section 4.4.5
|
CONSTANT_Float_info |
Float Constant - page 96
|
CONSTANT_Index_info |
A generic constant pool entry for entries that simply hold indexes
into other entries.
|
CONSTANT_Integer_info |
Integer Constant - page 96
|
CONSTANT_Long_info |
Long Constant - page 97 - Section 4.4.5
|
CONSTANT_Utf8_info |
Utf8- page 100 - Section 4.4.7
|
ConstantPoolEntry |
Constant Pool class - pages 92-99
|
MemberTable | |
MemberTableHash |