-
- All Implemented Interfaces:
public final class ArrayElementValue extends ElementValue
Describes an ArrayElementValue attribute structure.
-
-
Field Summary
Fields Modifier and Type Field Description private Array<ElementValue>elementValueEntriesprivate final Integerlengthprivate final StringentryNameprivate ElementValueTypeelementValueType
-
Constructor Summary
Constructors Constructor Description ArrayElementValue()
-
Method Summary
Modifier and Type Method Description final Array<ElementValue>getElementValueEntries()Element values associations of this entry. final UnitsetElementValueEntries(Array<ElementValue> elementValueEntries)Element values associations of this entry. IntegergetLength()StringgetEntryName()Name of the entry. -
Methods inherited from class org.gjt.jclasslib.structures.elementvalues.ElementValue
getElementValueType, setElementValueType -
Methods inherited from class org.gjt.jclasslib.structures.Structure
read, write -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getElementValueEntries
final Array<ElementValue> getElementValueEntries()
Element values associations of this entry.
-
setElementValueEntries
final Unit setElementValueEntries(Array<ElementValue> elementValueEntries)
Element values associations of this entry.
-
getEntryName
String getEntryName()
Name of the entry.
-
-
-
-