-
- All Implemented Interfaces:
public final class ClassElementValue extends ElementValue
Describes a ClassElementValue attribute structure.
-
-
Field Summary
Fields Modifier and Type Field Description private IntegerclassInfoIndexprivate final Integerlengthprivate final StringentryNameprivate ElementValueTypeelementValueType
-
Constructor Summary
Constructors Constructor Description ClassElementValue()
-
Method Summary
Modifier and Type Method Description final IntegergetClassInfoIndex()class_info_index of this element value entry. final UnitsetClassInfoIndex(Integer classInfoIndex)class_info_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
-
-
Method Detail
-
getClassInfoIndex
final Integer getClassInfoIndex()
class_info_index of this element value entry.
-
setClassInfoIndex
final Unit setClassInfoIndex(Integer classInfoIndex)
class_info_index of this element value entry.
-
getEntryName
String getEntryName()
Name of the entry.
-
-
-
-