soot.tagkit
Class FloatConstantValueTag

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

public class FloatConstantValueTag
extends ConstantValueTag


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

FloatConstantValueTag

public FloatConstantValueTag(float value)
Method Detail

getFloatValue

public float getFloatValue()

toString

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