public class JUshrExpr extends AbstractJimpleIntLongBinopExpr 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.
|
java.lang.String |
getSymbol()
Returns the unique symbol for an operator.
|
Type |
getType()
Returns the Soot type of this Value.
|
convertToBaf
isIntLikeType
equivHashCode, equivTo, getOp1, getOp1Box, getOp2, getOp2Box, getUseBoxes, setOp1, setOp2, toString, toString
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getOp1, getOp1Box, getOp2, getOp2Box, setOp1, setOp2, toString
getUseBoxes, toString
equivHashCode, equivTo
public final java.lang.String getSymbol()
AbstractBinopExpr
getSymbol
in interface BinopExpr
getSymbol
in class AbstractBinopExpr
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