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.
-
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
-