ej-technologies

Package org.gjt.jclasslib.structures

This package contains classes mirroring the data structures of the class file format.

See:
          Description

Interface Summary
AccessFlags Defines access flags constants and verbose expressions as defined by the java access modifiers.
 

Class Summary
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 Summary
InvalidByteCodeException Exception relating to errors in the class file format of internal state of the ClassFile structure and its substructures.
 

Package org.gjt.jclasslib.structures Description

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.


ej-technologies