public class ElementValuePairGen extends Object
Modifier | Constructor and Description |
---|---|
|
ElementValuePairGen(ElementValuePair nvp,
ConstantPoolGen cpool,
boolean copyPoolEntries) |
protected |
ElementValuePairGen(int idx,
ElementValueGen value,
ConstantPoolGen cpool) |
|
ElementValuePairGen(String name,
ElementValueGen value,
ConstantPoolGen cpool) |
Modifier and Type | Method and Description |
---|---|
protected void |
dump(DataOutputStream dos) |
ElementValuePair |
getElementNameValuePair()
Retrieve an immutable version of this ElementNameValuePairGen
|
int |
getNameIndex() |
String |
getNameString() |
ElementValueGen |
getValue() |
String |
toString() |
public ElementValuePairGen(ElementValuePair nvp, ConstantPoolGen cpool, boolean copyPoolEntries)
protected ElementValuePairGen(int idx, ElementValueGen value, ConstantPoolGen cpool)
public ElementValuePairGen(String name, ElementValueGen value, ConstantPoolGen cpool)
public ElementValuePair getElementNameValuePair()
protected void dump(DataOutputStream dos) throws IOException
IOException
public int getNameIndex()
public final String getNameString()
public final ElementValueGen getValue()
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.