Uses of Class
sootup.core.jimple.common.expr.JInstanceOfExpr
Packages that use JInstanceOfExpr
Package
Description
-
Uses of JInstanceOfExpr in sootup.core.jimple
Methods in sootup.core.jimple that return JInstanceOfExprModifier and TypeMethodDescriptionstatic JInstanceOfExpr
Jimple.newInstanceOfExpr
(Immediate op1, Type t) Constructs a InstanceOfExpr(Immediate, Type) grammar chunk. -
Uses of JInstanceOfExpr in sootup.core.jimple.basic
Methods in sootup.core.jimple.basic with parameters of type JInstanceOfExprModifier and TypeMethodDescriptionboolean
JimpleComparator.caseInstanceOfExpr
(JInstanceOfExpr v, Object o) -
Uses of JInstanceOfExpr in sootup.core.jimple.common.expr
Methods in sootup.core.jimple.common.expr that return JInstanceOfExprModifier and TypeMethodDescription@NonNull JInstanceOfExpr
JInstanceOfExpr.withCheckType
(@NonNull Type checkType) @NonNull JInstanceOfExpr
-
Uses of JInstanceOfExpr in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JInstanceOfExprModifier and TypeMethodDescriptionvoid
AbstractExprVisitor.caseInstanceOfExpr
(@NonNull JInstanceOfExpr expr) void
AbstractValueVisitor.caseInstanceOfExpr
(@NonNull JInstanceOfExpr expr) void
ExprVisitor.caseInstanceOfExpr
(JInstanceOfExpr expr) void
ReplaceUseExprVisitor.caseInstanceOfExpr
(@NonNull JInstanceOfExpr expr) -
Uses of JInstanceOfExpr in sootup.java.core.exceptions
Methods in sootup.java.core.exceptions with parameters of type JInstanceOfExprModifier and TypeMethodDescriptionvoid
ExceptionInferExprVisitor.caseInstanceOfExpr
(@NonNull JInstanceOfExpr expr)