Class Summary |
Annotation |
Defines the annotation structure used by Java 5 annotations attributes. |
Annotation.EnumConstValue |
|
Annotation.MemberValue |
|
AnnotationsAttr |
Base class for annotations attributes defined for Java 5. |
CodeAttr |
This class corresponds to the Code_attribute structure as defined in
section 4.7.4 of The Java Virtual Machine Specification. |
ConstantValueAttr |
This class corresponds to the ConstantValue_attribute structure as defined
in section 4.7.3 of The Java Virtual Machine Specification. |
DeprecatedAttr |
This class defines the Deprecated attribute introduced in JDK1.1. |
EnclosingMethodAttr |
|
ExceptionsAttr |
This class corresponds to the Exceptions_attribute structure as defined in
section 4.7.5 of The Java Virtual Machine Specification. |
InnerClassesAttr |
This class corresponds to the InnerClasses_attribute structure introduced in
JDK1.1. |
InnerClassesAttr.Info |
|
LineNumberTableAttr |
This class corresponds to the LineNumberTable_attribute structure as
defined in section 4.7.6 of The Java Virtual Machine Specification. |
LocalVariableTableAttr |
This class corresponds to the LocalVariableTable_attribute structure as
defined in section 4.7.7 of The Java Virtual Machine Specification. |
ParameterAnnotationsAttr |
Base class for parameter annotations attributes defined for Java 5. |
RuntimeInvisibleAnnotationsAttr |
The class corresponds to the RuntimeInvisibleAnnotations_attribute structure
defined for Java 5. |
RuntimeInvisibleParameterAnnotationsAttr |
The class corresponds to the RuntimeInvisibleParameterAnnotations_attribute
structure defined for Java 5. |
RuntimeVisibleAnnotationsAttr |
The class corresponds to the RuntimeVisibleAnnotations_attribute structure
defined for Java 5. |
RuntimeVisibleParameterAnnotationsAttr |
The class corresponds to the RuntimeVisibleParameterAnnotations_attribute
structure defined for Java 5. |
SignatureAttr |
This class corresponds to the signature attribute structure, which is used
to support generics. |
SourceFileAttr |
This class corresponds to the SourceFile_attribute structure as defined
in section 4.7.2 of The Java Virtual Machine Specification. |
SyntheticAttr |
This class corresponds to the Synthetic_attribute structure introduced in
JDK1.1. |
UnknownAttr |
|