soot.grimp.internal
Class GDivExpr
java.lang.Object
soot.jimple.internal.AbstractBinopExpr
soot.jimple.internal.AbstractFloatBinopExpr
soot.grimp.internal.AbstractGrimpFloatBinopExpr
soot.grimp.internal.GDivExpr
- All Implemented Interfaces:
- Serializable, EquivTo, Precedence, BinopExpr, DivExpr, Expr, Switchable, Value
public class GDivExpr
- extends AbstractGrimpFloatBinopExpr
- implements DivExpr
- See Also:
- Serialized Form
GDivExpr
public GDivExpr(Value op1,
Value op2)
getSymbol
public final String getSymbol()
- Description copied from class:
AbstractBinopExpr
- Returns the unique symbol for an operator.
- Specified by:
getSymbol
in interface BinopExpr
- Specified by:
getSymbol
in class AbstractBinopExpr
getPrecedence
public final int getPrecedence()
- Specified by:
getPrecedence
in interface Precedence
- Specified by:
getPrecedence
in class AbstractGrimpFloatBinopExpr
apply
public void apply(Switch sw)
- Description copied from interface:
Switchable
- Called when this object is visited.
- Specified by:
apply
in interface Switchable
clone
public Object clone()
- Description copied from interface:
Value
- Returns a clone of this Value.
- Specified by:
clone
in interface Value
- Specified by:
clone
in class AbstractBinopExpr