soot.jimple.parser.node
Class AFloatConstant

java.lang.Object
  extended by soot.jimple.parser.node.Node
      extended by soot.jimple.parser.node.PConstant
          extended by soot.jimple.parser.node.AFloatConstant
All Implemented Interfaces:
Cloneable, Switchable

public final class AFloatConstant
extends PConstant


Constructor Summary
AFloatConstant()
           
AFloatConstant(TMinus _minus_, TFloatConstant _floatConstant_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TFloatConstant getFloatConstant()
           
 TMinus getMinus()
           
 void setFloatConstant(TFloatConstant node)
           
 void setMinus(TMinus node)
           
 String toString()
           
 
Methods inherited from class soot.jimple.parser.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AFloatConstant

public AFloatConstant()

AFloatConstant

public AFloatConstant(TMinus _minus_,
                      TFloatConstant _floatConstant_)
Method Detail

clone

public Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getMinus

public TMinus getMinus()

setMinus

public void setMinus(TMinus node)

getFloatConstant

public TFloatConstant getFloatConstant()

setFloatConstant

public void setFloatConstant(TFloatConstant node)

toString

public String toString()
Overrides:
toString in class Object