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
AnnotationDefaultAttribute Describes an AnnotationDefault attribute structure.
CodeAttribute Describes a Code attribute structure.
ConstantValueAttribute Describes a ConstantValue attribute structure.
DeprecatedAttribute Describes a Deprecated attribute structure.
EnclosingMethodAttribute Describes an EnclosingMethod 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.
LocalVariableCommonAttribute Contains common attributes to a local variable table attribute structure.
LocalVariableCommonEntry Contains common attributes to a local variable table entry structure.
LocalVariableTableAttribute Describes an LocalVariableTable attribute structure.
LocalVariableTableEntry Describes an entry in a LocalVariableTableEntry attribute structure.
LocalVariableTypeTableAttribute Describes an LocalVariableTypeTable attribute structure.
LocalVariableTypeTableEntry Describes an LocalVariableTypeTableEntry attribute structure.
RuntimeAnnotationsAttribute Common class for runtime annotations.
RuntimeInvisibleAnnotationsAttribute Describes an RuntimeInvisibleAnnotations attribute structure.
RuntimeVisibleAnnotationsAttribute Describes an RuntimeVisibleAnnotations attribute structure.
SignatureAttribute Describes an Signature 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