All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----harpoon.ClassFile.Raw.Constant.Constant | +----harpoon.ClassFile.Raw.Constant.ConstantValue
ConstantValue
interface provides a standard
way for constants to return a wrapped version of their values.
It is intended for
CONSTANT_Double
, CONSTANT_Float
,
CONSTANT_Integer
, CONSTANT_Long
,
and CONSTANT_String
.
It is not applicable to CONSTANT_Class and the like, which do
not have an obvious object wrapper.
protected ConstantValue(ClassFile parent)
public abstract Object value()
All Packages Class Hierarchy This Package Previous Next Index