Class ConstantLong

java.lang.Object
org.aspectj.apache.bcel.classfile.Constant
org.aspectj.apache.bcel.classfile.ConstantLong
All Implemented Interfaces:
Cloneable, Node, SimpleConstant

public final class ConstantLong extends Constant implements SimpleConstant
This class is derived from the abstract Constant class and represents a reference to a long object.
Version:
$Id: ConstantLong.java,v 1.5 2009/09/16 00:43:49 aclement Exp $
Author:
M. Dahm
See Also:
Constant