Class ParserAnnotation.ClassElemValue
java.lang.Object
org.openjdk.asmtools.jasm.ParserAnnotation.ClassElemValue
- All Implemented Interfaces:
ConstantPoolDataVisitor, DataWriter
- Enclosing class:
ParserAnnotation
Annotation Element value referring to a class
-
Field Details
-
constCell
ConstCell constCell
-
-
Constructor Details
-
ClassElemValue
ClassElemValue(ConstCell constCell)
-
-
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
-