oracle.toplink.libraries.asm.attrs |
|
Java Source File Name | Type | Comment |
Annotation.java | Class | Annotation data contains an annotated type and its array of the element-value
pairs. |
AnnotationDefaultAttribute.java | Class | The AnnotationDefault attribute is a variable length attribute in the
attributes table of certain method_info structures, namely those representing
elements of annotation types. |
Attributes.java | Class | Provides static utility methods for attributes. |
EnclosingMethodAttribute.java | Class | The EnclosingMethod attribute is an optional fixed-length attribute in
the attributes table of the ClassFile structure. |
LocalVariableType.java | Class | Container type info used by
LocalVariableTypeTableAttribute . |
LocalVariableTypeTableAttribute.java | Class | The LocalVariableTypeTable attribute is an optional variable-length attribute of a Code
attribute. |
RuntimeInvisibleAnnotations.java | Class | The RuntimeInvisibleAnnotations attribute is similar to the
RuntimeVisibleAnnotations attribute, except that the annotations represented by
a RuntimeInvisibleAnnotations attribute must not be made available for return
by reflective APIs, unless the JVM has been instructed to retain these
annotations via some implementation-specific mechanism such as a command line
flag. |
RuntimeInvisibleParameterAnnotations.java | Class | The RuntimeInvisibleParameterAnnotations attribute is similar to the
RuntimeVisibleParameterAnnotations attribute, except that the annotations
represented by a RuntimeInvisibleParameterAnnotations attribute must not be
made available for return by reflective APIs, unless the JVM has specifically
been instructed to retain these annotations via some implementation-specific
mechanism such as a command line flag. |
RuntimeVisibleAnnotations.java | Class | The RuntimeVisibleAnnotations attribute is a variable length attribute in the
attributes table of the ClassFile, field_info, and method_info structures. |
RuntimeVisibleParameterAnnotations.java | Class | The RuntimeVisibleParameterAnnotations attribute is a variable length attribute
in the attributes table of the method_info structure. |
SignatureAttribute.java | Class | The Signature Attribute introduced in JSR-14 (Adding Generics to the
Java Programming Language) and also defined in the Java Virtual Machine
Specification, 3rd edition draft. |
SourceDebugExtensionAttribute.java | Class | The SourceDebugExtension attribute is an optional attribute defined in JSR-045
in the attributes table of the ClassFile structure. |
StackMapAttribute.java | Class | StackMapAttribute is used by CDLC preverifier and also by javac compiller
starting from J2SE 1.5. |
StackMapFrame.java | Class | StackMapFrame is used by
StackMapAttribute to hold state of the stack
and local variables for a single execution branch.
Note that Long and Double types are represented by two entries in locals
and stack. |
StackMapType.java | Class | Verification type info used by
StackMapAttribute . |