soot.tagkit
Class LongConstantValueTag

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

public class LongConstantValueTag
extends ConstantValueTag


Field Summary
 
Fields inherited from class soot.tagkit.ConstantValueTag
bytes
 
Constructor Summary
LongConstantValueTag(long value)
           
 
Method Summary
 long getLongValue()
           
 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

LongConstantValueTag

public LongConstantValueTag(long value)
Method Detail

getLongValue

public long getLongValue()

toString

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