soot.jimple.internal
Class AbstractFloatBinopExpr
java.lang.Object
soot.jimple.internal.AbstractBinopExpr
soot.jimple.internal.AbstractFloatBinopExpr
- All Implemented Interfaces:
- Serializable, EquivTo, Expr, Switchable, Value
- Direct Known Subclasses:
- AbstractGrimpFloatBinopExpr, AbstractJimpleFloatBinopExpr
public abstract class AbstractFloatBinopExpr
- extends AbstractBinopExpr
- See Also:
- Serialized Form
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, toString, toString |
AbstractFloatBinopExpr
public AbstractFloatBinopExpr()
getType
public Type getType()
- Description copied from interface:
Value
- Returns the Soot type of this Value.