soot.jimple
Class RealConstant

java.lang.Object
  extended by soot.jimple.Constant
      extended by soot.jimple.NumericConstant
          extended by soot.jimple.RealConstant
All Implemented Interfaces:
Serializable, EquivTo, Immediate, ConvertToBaf, Switchable, Value
Direct Known Subclasses:
DoubleConstant, FloatConstant

public abstract class RealConstant
extends NumericConstant

See Also:
Serialized Form

Constructor Summary
RealConstant()
           
 
Method Summary
abstract  IntConstant cmpg(RealConstant c)
           
abstract  IntConstant cmpl(RealConstant c)
           
 
Methods inherited from class soot.jimple.NumericConstant
add, divide, equalEqual, greaterThan, greaterThanOrEqual, lessThan, lessThanOrEqual, multiply, negate, notEqual, remainder, subtract
 
Methods inherited from class soot.jimple.Constant
clone, convertToBaf, equivHashCode, equivTo, getUseBoxes, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface soot.Value
getType
 
Methods inherited from interface soot.util.Switchable
apply
 

Constructor Detail

RealConstant

public RealConstant()
Method Detail

cmpl

public abstract IntConstant cmpl(RealConstant c)

cmpg

public abstract IntConstant cmpg(RealConstant c)