ej-technologies

Package org.gjt.jclasslib.structures.attributes

This package contains classes for attribute data structures which extend org.gjt.jclasslib.structures.AttributeInfo and their substructures.

See:
          Description

Class Summary
CodeAttribute Describes a Code attribute structure.
ConstantValueAttribute Describes a ConstantValue attribute structure.
DeprecatedAttribute Describes a Deprecated attribute structure.
ExceptionsAttribute Describes an Exceptions attribute structure.
ExceptionTableEntry Describes an exception table entry in a Code attribute structure.
InnerClassesAttribute Describes an InnerClasses attribute structure.
InnerClassesEntry Describes an entry in a InnerClasses attribute structure.
LineNumberTableAttribute Describes an LineNumberTable attribute structure.
LineNumberTableEntry Describes an entry in a LineNumberTable attribute structure.
LocalVariableTableAttribute Describes an LocalVariableTable attribute structure.
LocalVariableTableEntry Describes an entry in a LocalVariableTableEntry attribute structure.
SourceFileAttribute Describes a SourceFile attribute structure.
SyntheticAttribute Describes a Synthetic attribute structure.
 

Package org.gjt.jclasslib.structures.attributes Description

This package contains classes for attribute data structures which extend org.gjt.jclasslib.structures.AttributeInfo and their substructures.


ej-technologies