Klasse ConstantInteger

java.lang.Object
org.aspectj.apache.bcel.classfile.Constant
org.aspectj.apache.bcel.classfile.ConstantInteger
Alle implementierten Schnittstellen:
Cloneable, Node, SimpleConstant

public final class ConstantInteger extends Constant implements SimpleConstant
This class is derived from the abstract Constant class and represents a reference to an int object.
Version:
$Id: ConstantInteger.java,v 1.5 2009/09/16 00:43:49 aclement Exp $
Autor:
M. Dahm
Siehe auch: