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