public class NameValuePair
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
NameValuePair(int idx,
ElementValue value,
ConstantPool cpool) |
|
NameValuePair(NameValuePair pair,
ConstantPool cpool,
boolean copyPoolEntries) |
|
NameValuePair(java.lang.String name,
ElementValue value,
ConstantPool cpool) |
Modifier and Type | Method and Description |
---|---|
protected void |
dump(java.io.DataOutputStream dos) |
int |
getNameIndex() |
java.lang.String |
getNameString() |
ElementValue |
getValue() |
java.lang.String |
toString() |
public NameValuePair(NameValuePair pair, ConstantPool cpool, boolean copyPoolEntries)
protected NameValuePair(int idx, ElementValue value, ConstantPool cpool)
public NameValuePair(java.lang.String name, ElementValue value, ConstantPool cpool)
protected void dump(java.io.DataOutputStream dos) throws java.io.IOException
java.io.IOException
public int getNameIndex()
public final java.lang.String getNameString()
public final ElementValue getValue()
public java.lang.String toString()
toString
in class java.lang.Object