Class ParserAnnotation.AnnotationElemValue
java.lang.Object
org.openjdk.asmtools.jasm.ParserAnnotation.AnnotationElemValue
- All Implemented Interfaces:
ConstantPoolDataVisitor, DataWriter
- Enclosing class:
ParserAnnotation
AnnotationElemValue - used to store Annotation values
-
Field Details
-
annotationData
AnnotationData annotationData
-
-
Constructor Details
-
AnnotationElemValue
AnnotationElemValue(AnnotationData annotationData)
-
-
Method Details
-
write
- Specified by:
write
in interfaceDataWriter
- Throws:
IOException
-
getLength
public int getLength()- Specified by:
getLength
in interfaceDataWriter
-
visit
- Specified by:
visit
in interfaceConstantPoolDataVisitor
-