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 JInstanceOfExprJimple.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 TypeMethodDescriptionbooleanJimpleComparator.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 TypeMethodDescriptiondefault JInstanceOfExprExpr.asJInstanceOfExpr()JInstanceOfExpr.asJInstanceOfExpr()@NonNull JInstanceOfExprJInstanceOfExpr.withCheckType(@NonNull Type checkType) @NonNull JInstanceOfExprMethods in sootup.core.jimple.common.expr that return types with arguments of type JInstanceOfExprModifier and TypeMethodDescriptiondefault Optional<JInstanceOfExpr>Expr.toJInstanceOfExpr()JInstanceOfExpr.toJInstanceOfExpr() -
Uses of JInstanceOfExpr in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JInstanceOfExprModifier and TypeMethodDescriptionvoidAbstractExprVisitor.caseInstanceOfExpr(@NonNull JInstanceOfExpr expr) voidAbstractValueVisitor.caseInstanceOfExpr(@NonNull JInstanceOfExpr expr) voidExprVisitor.caseInstanceOfExpr(JInstanceOfExpr expr) voidReplaceUseExprVisitor.caseInstanceOfExpr(@NonNull JInstanceOfExpr expr) -
Uses of JInstanceOfExpr in sootup.java.core.exceptions
Methods in sootup.java.core.exceptions with parameters of type JInstanceOfExprModifier and TypeMethodDescriptionvoidExceptionInferExprVisitor.caseInstanceOfExpr(@NonNull JInstanceOfExpr expr)