org.aspectj.apache.bcel.classfile
Class ConstantInteger

java.lang.Object
  extended by org.aspectj.apache.bcel.classfile.Constant
      extended by org.aspectj.apache.bcel.classfile.ConstantInteger
All Implemented Interfaces:
java.lang.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.

See Also:
Constant

Field Summary
 
Fields inherited from class org.aspectj.apache.bcel.classfile.Constant
tag
 
Constructor Summary
ConstantInteger(int intValue)
           
 
Method Summary
 void accept(ClassVisitor v)
           
 void dump(java.io.DataOutputStream file)
           
 int getIntValue()
           
 java.lang.String getStringValue()
           
 java.lang.Integer getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class org.aspectj.apache.bcel.classfile.Constant
clone, copy, getTag
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstantInteger

public ConstantInteger(int intValue)
Method Detail

accept

public void accept(ClassVisitor v)
Specified by:
accept in interface Node
Specified by:
accept in class Constant

dump

public final void dump(java.io.DataOutputStream file)
                throws java.io.IOException
Specified by:
dump in class Constant
Throws:
java.io.IOException

toString

public final java.lang.String toString()
Overrides:
toString in class Constant

getValue

public java.lang.Integer getValue()
Specified by:
getValue in class Constant

getIntValue

public int getIntValue()

getStringValue

public java.lang.String getStringValue()
Specified by:
getStringValue in interface SimpleConstant