Package org.openjdk.asmtools.jasm
Class AnnotationData
java.lang.Object
org.openjdk.asmtools.jasm.AnnotationData
- All Implemented Interfaces:
Data
- Direct Known Subclasses:
TypeAnnotationData
JVMS 4.7.16.
annotation {
u2 type_index;
u2 num_element_value_pairs;
{ u2 element_name_index;
element_value value;
} element_value_pairs[num_element_value_pairs];
}
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
AnnotationElemValue Used to store Annotation Data -
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) ArrayList<AnnotationData.ElemValuePair>
(package private) boolean
(package private) Argument
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
invisible
boolean invisible -
typeCPX
Argument typeCPX -
elemValuePairs
ArrayList<AnnotationData.ElemValuePair> elemValuePairs -
annotationLength
int annotationLength
-
-
Constructor Details
-
AnnotationData
-
-
Method Details
-
add
-
write
- Specified by:
write
in interfaceData
- Throws:
IOException
-
getLength
public int getLength()
-