org.aspectj.apache.bcel.classfile.annotation
Class NameValuePair

java.lang.Object
  extended by org.aspectj.apache.bcel.classfile.annotation.NameValuePair

public class NameValuePair
extends java.lang.Object


Constructor Summary
NameValuePair(NameValuePair pair, ConstantPool cpool, boolean copyPoolEntries)
           
NameValuePair(java.lang.String name, ElementValue value, ConstantPool cpool)
           
 
Method Summary
 int getNameIndex()
           
 java.lang.String getNameString()
           
 ElementValue getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NameValuePair

public NameValuePair(NameValuePair pair,
                     ConstantPool cpool,
                     boolean copyPoolEntries)

NameValuePair

public NameValuePair(java.lang.String name,
                     ElementValue value,
                     ConstantPool cpool)
Method Detail

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