|
|||||||||
| Home >> All >> org >> apache >> bcel >> [ classfile overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.bcel.classfile
Interface ConstantObject

- All Known Implementing Classes:
- ConstantClass, ConstantDouble, ConstantFloat, ConstantInteger, ConstantLong, ConstantString
- public interface ConstantObject
This interface denotes those constants that have a "natural" value, such as ConstantLong, ConstantString, etc..
- Version:
- $Id: ConstantObject.java 386056 2006-03-15 11:31:56Z tcurdt $
| Method Summary | |
java.lang.Object |
getConstantValue(ConstantPool cp)
|
| Method Detail |
getConstantValue
public java.lang.Object getConstantValue(ConstantPool cp)
|
|||||||||
| Home >> All >> org >> apache >> bcel >> [ classfile overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC