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 JShlExprJimple.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 JShlExprModifier and TypeMethodDescriptiondefault JShlExprExpr.asJShlExpr()JShlExpr.asJShlExpr()@NonNull JShlExpr@NonNull JShlExprMethods in sootup.core.jimple.common.expr that return types with arguments of type JShlExpr -
Uses of JShlExpr in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JShlExprModifier and TypeMethodDescriptionvoidAbstractExprVisitor.caseShlExpr(@NonNull JShlExpr expr) voidAbstractValueVisitor.caseShlExpr(@NonNull JShlExpr expr) voidExprVisitor.caseShlExpr(JShlExpr expr) voidReplaceUseExprVisitor.caseShlExpr(@NonNull JShlExpr expr) -
Uses of JShlExpr in sootup.java.core.exceptions
Methods in sootup.java.core.exceptions with parameters of type JShlExprModifier and TypeMethodDescriptionvoidExceptionInferExprVisitor.caseShlExpr(@NonNull JShlExpr expr)