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