soot.jimple.internal
Class AbstractFloatBinopExpr

java.lang.Object
  |
  +--soot.jimple.internal.AbstractBinopExpr
        |
        +--soot.jimple.internal.AbstractFloatBinopExpr
Direct Known Subclasses:
AbstractGrimpFloatBinopExpr, AbstractJimpleFloatBinopExpr

public abstract class AbstractFloatBinopExpr
extends AbstractBinopExpr


Fields inherited from class soot.jimple.internal.AbstractBinopExpr
op1Box, op2Box
 
Constructor Summary
AbstractFloatBinopExpr()
           
 
Method Summary
 Type getType()
          Returns the Soot type of this Value.
 
Methods inherited from class soot.jimple.internal.AbstractBinopExpr
clone, equivHashCode, equivTo, getOp1, getOp1Box, getOp2, getOp2Box, getSymbol, getUseBoxes, setOp1, setOp2, toBriefString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractFloatBinopExpr

public AbstractFloatBinopExpr()
Method Detail

getType

public Type getType()
Description copied from interface: Value
Returns the Soot type of this Value.