-
- All Implemented Interfaces:
public final class ConstElementValue extends ElementValue
Describes a ConstElementValue attribute structure.
-
-
Field Summary
Fields Modifier and Type Field Description private IntegerconstValueIndexprivate final Integerlengthprivate final StringentryNameprivate ElementValueTypeelementValueType
-
Constructor Summary
Constructors Constructor Description ConstElementValue(ElementValueType elementValueType)
-
Method Summary
Modifier and Type Method Description final IntegergetConstValueIndex()const_value_index of this element value entry. final UnitsetConstValueIndex(Integer constValueIndex)const_value_index of this element value 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
-
-
Constructor Detail
-
ConstElementValue
ConstElementValue(ElementValueType elementValueType)
-
-
Method Detail
-
getConstValueIndex
final Integer getConstValueIndex()
const_value_index of this element value entry.
-
setConstValueIndex
final Unit setConstValueIndex(Integer constValueIndex)
const_value_index of this element value entry.
-
getEntryName
String getEntryName()
Name of the entry.
-
-
-
-