Class AnnotationData
java.lang.Object
org.openjdk.asmtools.jasm.AnnotationData
- All Implemented Interfaces:
Data
- Direct Known Subclasses:
TypeAnnotationData
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAnnotationElemValue 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:
writein interfaceData- Throws:
IOException
-
getLength
-