soot.jimple.internal
Class JLeExpr
java.lang.Object
soot.jimple.internal.AbstractBinopExpr
soot.jimple.internal.AbstractIntBinopExpr
soot.jimple.internal.AbstractJimpleIntBinopExpr
soot.jimple.internal.JLeExpr
- All Implemented Interfaces:
- Serializable, EquivTo, BinopExpr, ConditionExpr, ConvertToBaf, Expr, LeExpr, Switchable, Value
public class JLeExpr
- extends AbstractJimpleIntBinopExpr
- implements LeExpr
- See Also:
- Serialized Form
Methods inherited from class soot.jimple.internal.AbstractBinopExpr |
equivHashCode, equivTo, getOp1, getOp1Box, getOp2, getOp2Box, getUseBoxes, setOp1, setOp2, toString, toString |
JLeExpr
public JLeExpr(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
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