org.gjt.jclasslib.structures |
Package documentation
This package contains classes mirroring the data structures of the class file format.
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.
|
Java Source File Name | Type | Comment |
AbstractStructure.java | Class | Base class for all structures defined in the class file format. |
AbstractStructureWithAttributes.java | Class | Base class for all structures with attributes. |
AccessFlags.java | Interface | Defines access flags constants and verbose expressions as defined by
the java access modifiers. |
AttributeInfo.java | Class | Base class for all attribute structures in the attribute package. |
ClassFile.java | Class | The class file structure in which all other structures are hooked up. |
ClassMember.java | Class | Base class for class members. |
ConstantPoolUtil.java | Class | Utility methods for working on the constant pool of a ClassFile
object. |
CPInfo.java | Class | Base class for all constant pool entries in the constants package. |
FieldInfo.java | Class | Describes a field in a ClassFile structure. |
InvalidByteCodeException.java | Class | Exception relating to errors in the class file format of internal state
of the ClassFile structure and its substructures. |
MethodInfo.java | Class | Describes a method in a ClassFile structure. |