soot.tagkit
Class DoubleConstantValueTag

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

public class DoubleConstantValueTag
extends ConstantValueTag


Field Summary
 
Fields inherited from class soot.tagkit.ConstantValueTag
bytes
 
Constructor Summary
DoubleConstantValueTag(double val)
           
 
Method Summary
 double getDoubleValue()
           
 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

DoubleConstantValueTag

public DoubleConstantValueTag(double val)
Method Detail

getDoubleValue

public double getDoubleValue()

toString

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