Package org.apache.bcel.classfile
Class ElementValuePair
- java.lang.Object
 - 
- org.apache.bcel.classfile.ElementValuePair
 
 
- 
public class ElementValuePair extends java.lang.Objectan annotation's element value pair- Since:
 - 6.0
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ElementValuePair(int elementNameIndex, ElementValue elementValue, ConstantPool constantPool) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddump(java.io.DataOutputStream dos)intgetNameIndex()java.lang.StringgetNameString()ElementValuegetValue()java.lang.StringtoShortString() 
 - 
 
- 
- 
Constructor Detail
- 
ElementValuePair
public ElementValuePair(int elementNameIndex, ElementValue elementValue, ConstantPool constantPool) 
 - 
 
- 
Method Detail
- 
getNameString
public java.lang.String getNameString()
 
- 
getValue
public final ElementValue getValue()
 
- 
getNameIndex
public int getNameIndex()
 
- 
toShortString
public java.lang.String toShortString()
 
- 
dump
protected void dump(java.io.DataOutputStream dos) throws java.io.IOException- Throws:
 java.io.IOException
 
 - 
 
 -