org.aspectj.apache.bcel.classfile.annotation
Class NameValuePair
java.lang.Object
org.aspectj.apache.bcel.classfile.annotation.NameValuePair
public class NameValuePair
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NameValuePair
public NameValuePair(NameValuePair pair,
ConstantPool cpool,
boolean copyPoolEntries)
NameValuePair
public NameValuePair(java.lang.String name,
ElementValue value,
ConstantPool cpool)
getNameIndex
public int getNameIndex()
getNameString
public final java.lang.String getNameString()
getValue
public final ElementValue getValue()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object