public class GUshrExpr extends AbstractGrimpIntLongBinopExpr implements UshrExpr
op1Box, op2Box
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw)
Called when this object is visited.
|
java.lang.Object |
clone()
Returns a clone of this Value.
|
int |
getPrecedence() |
java.lang.String |
getSymbol()
Returns the unique symbol for an operator.
|
Type |
getType()
Returns the Soot type of this Value.
|
toString
isIntLikeType
equivHashCode, equivTo, getOp1, getOp1Box, getOp2, getOp2Box, getUseBoxes, setOp1, setOp2, toString
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOp1, getOp1Box, getOp2, getOp2Box, setOp1, setOp2, toString
getUseBoxes, toString
equivHashCode, equivTo
public java.lang.String getSymbol()
AbstractBinopExpr
getSymbol
in interface BinopExpr
getSymbol
in class AbstractBinopExpr
public int getPrecedence()
getPrecedence
in interface Precedence
getPrecedence
in class AbstractGrimpIntLongBinopExpr
public void apply(Switch sw)
Switchable
apply
in interface Switchable
public Type getType()
Value
getType
in interface Value
getType
in class AbstractIntLongBinopExpr
public java.lang.Object clone()
Value
clone
in interface Value
clone
in class AbstractBinopExpr