soot.grimp.internal
Class GCmpExpr
java.lang.Object
soot.jimple.internal.AbstractBinopExpr
soot.jimple.internal.AbstractIntBinopExpr
soot.grimp.internal.AbstractGrimpIntBinopExpr
soot.grimp.internal.GCmpExpr
- All Implemented Interfaces:
- Serializable, EquivTo, Precedence, BinopExpr, CmpExpr, Expr, Switchable, Value
public class GCmpExpr
- extends AbstractGrimpIntBinopExpr
- implements CmpExpr
- See Also:
- Serialized Form
GCmpExpr
public GCmpExpr(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 AbstractGrimpIntBinopExpr
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