Uses of Class
sootup.core.jimple.common.expr.JPhiExpr
Packages that use JPhiExpr
Package
Description
-
Uses of JPhiExpr in sootup.core.jimple
Methods in sootup.core.jimple that return JPhiExprModifier and TypeMethodDescriptionstatic JPhiExprJimple.newPhiExpr(List<Local> args, Map<Local, BasicBlock<?>> argToBlock) -
Uses of JPhiExpr in sootup.core.jimple.basic
Methods in sootup.core.jimple.basic with parameters of type JPhiExpr -
Uses of JPhiExpr in sootup.core.jimple.common.expr
Methods in sootup.core.jimple.common.expr that return JPhiExprModifier and TypeMethodDescriptiondefault JPhiExprExpr.asJPhiExpr()JPhiExpr.asJPhiExpr()@NonNull JPhiExpr@NonNull JPhiExprJPhiExpr.withArgToBlockMap(@NonNull Map<Local, BasicBlock<?>> argToBlock) Methods in sootup.core.jimple.common.expr that return types with arguments of type JPhiExpr -
Uses of JPhiExpr in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JPhiExprModifier and TypeMethodDescriptionvoidAbstractExprVisitor.casePhiExpr(@NonNull JPhiExpr expr) voidAbstractValueVisitor.casePhiExpr(JPhiExpr expr) voidExprVisitor.casePhiExpr(JPhiExpr v) voidReplaceUseExprVisitor.casePhiExpr(@NonNull JPhiExpr v) -
Uses of JPhiExpr in sootup.java.core.exceptions
Methods in sootup.java.core.exceptions with parameters of type JPhiExprModifier and TypeMethodDescriptionvoidExceptionInferExprVisitor.casePhiExpr(@NonNull JPhiExpr expr)