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