FileDocCategorySizeDatePackage
ConstantObject.javaAPI DocJava SE 5 API3208Fri Aug 26 14:55:16 BST 2005com.sun.org.apache.bcel.internal.classfile

ConstantObject

public interface ConstantObject
This interface denotes those constants that have a "natural" value, such as ConstantLong, ConstantString, etc..
version
$Id: ConstantObject.java,v 1.1.1.1 2001/10/29 19:59:59 jvanzyl Exp $
author
M. Dahm
see
Constant

Fields Summary
Constructors Summary
Methods Summary
public abstract java.lang.ObjectgetConstantValue(com.sun.org.apache.bcel.internal.classfile.ConstantPool cp)

return
object representing the constant, e.g., Long for ConstantLong