Package sootup.core.jimple.common.expr
Class JUshrExpr
java.lang.Object
sootup.core.jimple.common.expr.AbstractBinopExpr
sootup.core.jimple.common.expr.AbstractIntLongBinopExpr
sootup.core.jimple.common.expr.JUshrExpr
- All Implemented Interfaces:
EquivTo
,Value
,Expr
,Acceptor<ExprVisitor>
Similar to
JShrExpr
, but shifts zero into the leftmost position.-
Constructor Summary
-
Method Summary
Methods inherited from class sootup.core.jimple.common.expr.AbstractBinopExpr
equivHashCode, equivTo, getOp1, getOp2, getUses, toString, toString
-
Constructor Details
-
JUshrExpr
-
-
Method Details
-
getSymbol
Description copied from class:AbstractBinopExpr
Returns the unique symbol for an operator.- Specified by:
getSymbol
in classAbstractBinopExpr
-
accept
Description copied from interface:Acceptor
Called when this object is visited. -
getType
Description copied from interface:Value
Returns the Soot type of this Value.- Specified by:
getType
in interfaceValue
- Overrides:
getType
in classAbstractIntLongBinopExpr
-
withOp1
- Specified by:
withOp1
in classAbstractBinopExpr
-
withOp2
- Specified by:
withOp2
in classAbstractBinopExpr
-