public class ElementValuePair
extends java.lang.Object
Constructor and Description |
---|
ElementValuePair(int elementNameIndex,
ElementValue elementValue,
ConstantPool constantPool) |
Modifier and Type | Method and Description |
---|---|
protected void |
dump(java.io.DataOutputStream dos) |
int |
getNameIndex() |
java.lang.String |
getNameString() |
ElementValue |
getValue() |
java.lang.String |
toShortString() |
public ElementValuePair(int elementNameIndex, ElementValue elementValue, ConstantPool constantPool)
public java.lang.String getNameString()
public final ElementValue getValue()
public int getNameIndex()
public java.lang.String toShortString()
protected void dump(java.io.DataOutputStream dos) throws java.io.IOException
java.io.IOException