Uses of Class
sootup.core.jimple.common.expr.JShlExpr
Packages that use JShlExpr
Package
Description
-
Uses of JShlExpr in sootup.core.jimple
Methods in sootup.core.jimple that return JShlExprModifier and TypeMethodDescriptionstatic JShlExpr
Jimple.newShlExpr
(Immediate op1, Immediate op2) Constructs a ShlExpr(Immediate, Immediate) grammar chunk. -
Uses of JShlExpr in sootup.core.jimple.common.expr
Methods in sootup.core.jimple.common.expr that return JShlExpr -
Uses of JShlExpr in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JShlExprModifier and TypeMethodDescriptionvoid
AbstractExprVisitor.caseShlExpr
(@NonNull JShlExpr expr) void
AbstractValueVisitor.caseShlExpr
(@NonNull JShlExpr expr) void
ExprVisitor.caseShlExpr
(JShlExpr expr) void
ReplaceUseExprVisitor.caseShlExpr
(@NonNull JShlExpr expr) -
Uses of JShlExpr in sootup.java.core.exceptions
Methods in sootup.java.core.exceptions with parameters of type JShlExprModifier and TypeMethodDescriptionvoid
ExceptionInferExprVisitor.caseShlExpr
(@NonNull JShlExpr expr)