net.sf.rej.java.attribute.annotations
Class ConstantValue

java.lang.Object
  extended by net.sf.rej.java.attribute.annotations.ConstantValue
All Implemented Interfaces:
ElementValue

public class ConstantValue
extends java.lang.Object
implements ElementValue


Constructor Summary
ConstantValue(int tag, int constValueIndex, ConstantPool pool)
           
 
Method Summary
 ConstantPoolInfo getConstantPoolInfo()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstantValue

public ConstantValue(int tag,
                     int constValueIndex,
                     ConstantPool pool)
Method Detail

getValue

public java.lang.String getValue()
Specified by:
getValue in interface ElementValue

getConstantPoolInfo

public ConstantPoolInfo getConstantPoolInfo()