public class GShrExpr extends AbstractGrimpIntLongBinopExpr implements ShrExpr
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.
|
toStringisIntLikeTypeequivHashCode, equivTo, getOp1, getOp1Box, getOp2, getOp2Box, getUseBoxes, setOp1, setOp2, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetOp1, getOp1Box, getOp2, getOp2Box, setOp1, setOp2, toStringgetUseBoxes, toStringequivHashCode, equivTopublic java.lang.String getSymbol()
AbstractBinopExprgetSymbol in interface BinopExprgetSymbol in class AbstractBinopExprpublic int getPrecedence()
getPrecedence in interface PrecedencegetPrecedence in class AbstractGrimpIntLongBinopExprpublic void apply(Switch sw)
Switchableapply in interface Switchablepublic Type getType()
ValuegetType in interface ValuegetType in class AbstractIntLongBinopExprpublic java.lang.Object clone()
Valueclone in interface Valueclone in class AbstractBinopExpr