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) void
add
(DataWriter elemValue) int
<T extends DataWriter>
Tvisit
(ConstantPool pool) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
write
in interfaceDataWriter
- Throws:
IOException
-
getLength
public int getLength()- Specified by:
getLength
in interfaceDataWriter
-
visit
- Specified by:
visit
in interfaceConstantPoolDataVisitor
-