org.aspectj.apache.bcel.classfile
Interface ConstantObject


public interface ConstantObject

This interface denotes those constants that have a "natural" value, such as ConstantLong, ConstantString, etc..

See Also:
Constant

Method Summary
 java.lang.Object getConstantValue(ConstantPool cp)
           
 

Method Detail

getConstantValue

java.lang.Object getConstantValue(ConstantPool cp)