Class ParseAnnotation.ClassElemValue
java.lang.Object
org.openjdk.asmtools.jasm.ParseAnnotation.ClassElemValue
- All Implemented Interfaces:
ConstantPoolDataVisitor, DataWriter
- Enclosing class:
ParseAnnotation
Annotation Element value referring to a class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ConstantPoolDataVisitor
visitConstCell, visitDataMethods inherited from interface DataWriter
isCountable
-
Field Details
-
constCell
ConstCell constCell
-
-
Constructor Details
-
ClassElemValue
ClassElemValue(ConstCell constCell)
-
-
Method Details
-
write
- Specified by:
writein interfaceDataWriter- Throws:
IOException
-
getLength
public int getLength()- Specified by:
getLengthin interfaceDataWriter
-
visit
- Specified by:
visitin interfaceConstantPoolDataVisitor
-