Class ConstantInteger

java.lang.Object
org.apache.bcel.classfile.Constant
org.apache.bcel.classfile.ConstantInteger
All Implemented Interfaces:
Cloneable, ConstantObject, Node

public final class ConstantInteger extends Constant implements ConstantObject
This class is derived from the abstract Constant and represents a reference to an int object.
See Also: