soot.tagkit
Class IntegerConstantValueTag

java.lang.Object
  extended by soot.tagkit.ConstantValueTag
      extended by soot.tagkit.IntegerConstantValueTag
All Implemented Interfaces:
Tag

public class IntegerConstantValueTag
extends ConstantValueTag


Field Summary
 
Fields inherited from class soot.tagkit.ConstantValueTag
bytes
 
Constructor Summary
IntegerConstantValueTag(int value)
           
 
Method Summary
 int getIntValue()
           
 String toString()
           
 
Methods inherited from class soot.tagkit.ConstantValueTag
getName, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntegerConstantValueTag

public IntegerConstantValueTag(int value)
Method Detail

getIntValue

public int getIntValue()

toString

public String toString()
Specified by:
toString in class ConstantValueTag