Package org.openjdk.asmtools.jasm
Class ParserAnnotation.ArrayElemValue
- java.lang.Object
-
- org.openjdk.asmtools.jasm.ParserAnnotation.ArrayElemValue
-
- All Implemented Interfaces:
Data
- Enclosing class:
- ParserAnnotation
static class ParserAnnotation.ArrayElemValue extends java.lang.Object implements Data
ArrayElemValue Annotation Element value referring to an Array
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
arrayLength
(package private) java.util.ArrayList<Data>
elemValues
-
Constructor Summary
Constructors Constructor Description ArrayElemValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
add(Data elemValue)
int
getLength()
void
write(CheckedDataOutputStream out)
-
-
-
Field Detail
-
elemValues
java.util.ArrayList<Data> elemValues
-
arrayLength
int arrayLength
-
-