Class ConstantInteger
java.lang.Object
org.aspectj.apache.bcel.classfile.Constant
org.aspectj.apache.bcel.classfile.ConstantInteger
- All Implemented Interfaces:
Cloneable,Node,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 $
- Author:
- M. Dahm
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfinal voiddump(DataOutputStream file) intgetValue()final StringtoString()
-
Constructor Details
-
ConstantInteger
public ConstantInteger(int intValue)
-
-
Method Details
-
accept
-
dump
- Specified by:
dumpin classConstant- Throws:
IOException
-
toString
-
getValue
-
getIntValue
public int getIntValue() -
getStringValue
- Specified by:
getStringValuein interfaceSimpleConstant
-