Class AnnotationData.ElemValuePair
java.lang.Object
org.openjdk.asmtools.jasm.AnnotationData.ElemValuePair
- All Implemented Interfaces:
ConstantPoolDataVisitor, DataWriter
- Enclosing class:
AnnotationData
AnnotationElemValue
Used to store Annotation Data
-
Field Details
-
name
ConstCell name -
value
DataWriter value
-
-
Constructor Details
-
ElemValuePair
-
-
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
-