Package org.openjdk.asmtools.jasm
Class ParserAnnotation.AnnotationElemValue
- java.lang.Object
-
- org.openjdk.asmtools.jasm.ParserAnnotation.AnnotationElemValue
-
- All Implemented Interfaces:
Data
- Enclosing class:
- ParserAnnotation
static class ParserAnnotation.AnnotationElemValue extends java.lang.Object implements Data
AnnotationElemValue Used to store Annotation values
-
-
Field Summary
Fields Modifier and Type Field Description (package private) AnnotationData
annotation
-
Constructor Summary
Constructors Constructor Description AnnotationElemValue(AnnotationData annotation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLength()
void
write(CheckedDataOutputStream out)
-
-
-
Field Detail
-
annotation
AnnotationData annotation
-
-
Constructor Detail
-
AnnotationElemValue
AnnotationElemValue(AnnotationData annotation)
-
-
Method Detail
-
write
public void write(CheckedDataOutputStream out) throws java.io.IOException
-
-