Package org.openjdk.asmtools.jasm
Class ParserAnnotation.ArrayElemValue
java.lang.Object
org.openjdk.asmtools.jasm.ParserAnnotation.ArrayElemValue
- All Implemented Interfaces:
ConstantPoolDataVisitor,DataWriter
- Enclosing class:
ParserAnnotation
Annotation Element value referring to an Array
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidadd(DataWriter elemValue) int<T extends DataWriter>
Tvisit(ConstantPool pool) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.openjdk.asmtools.jasm.ConstantPoolDataVisitor
visitConstCell, visitData
-
Field Details
-
elemValues
ArrayList<DataWriter> elemValues
-
-
Constructor Details
-
ArrayElemValue
ArrayElemValue()
-
-
Method Details
-
add
-
write
- Specified by:
writein interfaceDataWriter- Throws:
IOException
-
getLength
public int getLength()- Specified by:
getLengthin interfaceDataWriter
-
visit
- Specified by:
visitin interfaceConstantPoolDataVisitor
-