See: Description
Interface | Description |
---|---|
AccessFlags |
Defines access flags constants and verbose expressions as defined by
the java access modifiers.
|
Class | Description |
---|---|
AbstractStructure |
Base class for all structures defined in the class file format.
|
AbstractStructureWithAttributes |
Base class for all structures with attributes.
|
AttributeInfo |
Base class for all attribute structures in the attribute package.
|
ClassFile |
The class file structure in which all other structures are hooked up.
|
ClassMember |
Base class for class members.
|
ConstantPoolUtil |
Utility methods for working on the constant pool of a ClassFile
object.
|
CPInfo |
Base class for all constant pool entries in the constants package.
|
FieldInfo |
Describes a field in a ClassFile structure.
|
MethodInfo |
Describes a method in a ClassFile structure.
|
Exception | Description |
---|---|
InvalidByteCodeException |
Exception relating to errors in the class file format of internal state
of the ClassFile structure and its substructures.
|
Most data structures mirror those defined in the Java virtual machine specification. Attributes have been grouped in the attributes subpackage, constant pool entries are found in the constants subpackage.