Class NameValuePair
- java.lang.Object
-
- org.aspectj.apache.bcel.classfile.annotation.NameValuePair
-
public class NameValuePair extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNameValuePair(int idx, ElementValue value, ConstantPool cpool)NameValuePair(String name, ElementValue value, ConstantPool cpool)NameValuePair(NameValuePair pair, ConstantPool cpool, boolean copyPoolEntries)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddump(DataOutputStream dos)intgetNameIndex()StringgetNameString()ElementValuegetValue()StringtoString()
-
-
-
Constructor Detail
-
NameValuePair
public NameValuePair(NameValuePair pair, ConstantPool cpool, boolean copyPoolEntries)
-
NameValuePair
protected NameValuePair(int idx, ElementValue value, ConstantPool cpool)
-
NameValuePair
public NameValuePair(String name, ElementValue value, ConstantPool cpool)
-
-
Method Detail
-
dump
protected void dump(DataOutputStream dos) throws IOException
- Throws:
IOException
-
getNameIndex
public int getNameIndex()
-
getNameString
public final String getNameString()
-
getValue
public final ElementValue getValue()
-
-