| Class | Description |
|---|---|
| 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 The
Java Virtual Machine Specification.
|
| ConstantValueAttr |
This class corresponds to the ConstantValue_attribute structure as defined
in 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
The Java Virtual Machine Specification.
|
| InnerClassesAttr |
This class corresponds to the InnerClasses_attribute structure as defined in
The Java Virual Machine Specification.
|
| InnerClassesAttr.Info | |
| LineNumberTableAttr |
This class corresponds to the LineNumberTable_attribute structure as defined
in The Java Virtual Machine Specification.
|
| LocalVariableTableAttr |
This class corresponds to the LocalVariableTable_attribute structure as
defined in 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
The Java Virtual Machine Specification.
|
| StackMapTableAttr | |
| StackMapTableAttr.StackMapFrame | |
| StackMapTableAttr.VerificationTypeInfo | |
| SyntheticAttr |
This class corresponds to the Synthetic_attribute as defined in The Java
Virual Machine Specification.
|
| UnknownAttr |
Copyright © 2004-2015 Cojen. All Rights Reserved.