Class ConstantValue

java.lang.Object
org.aspectj.apache.bcel.classfile.Attribute
org.aspectj.apache.bcel.classfile.ConstantValue
All Implemented Interfaces:
Serializable, Cloneable, Node

public final class ConstantValue extends Attribute
This class is derived from Attribute and represents a constant value, i.e., a default value for initializing a class field. This class is instantiated by the Attribute.readAttribute() method.
Version:
$Id: ConstantValue.java,v 1.6 2009/09/16 00:43:49 aclement Exp $
Author:
M. Dahm
See Also:
Attribute, Serialized Form