Uses of Class
sootup.core.jimple.common.stmt.JInvokeStmt
Packages that use JInvokeStmt
Package
Description
-
Uses of JInvokeStmt in sootup.core.jimple
Methods in sootup.core.jimple that return JInvokeStmtModifier and TypeMethodDescriptionstatic JInvokeStmtJimple.newInvokeStmt(AbstractInvokeExpr op, StmtPositionInfo posInfo) Constructs a InvokeStmt(InvokeExpr) grammar chunk. -
Uses of JInvokeStmt in sootup.core.jimple.basic
Methods in sootup.core.jimple.basic with parameters of type JInvokeStmtModifier and TypeMethodDescriptionbooleanJimpleComparator.caseInvokeStmt(JInvokeStmt stmt, Object o) -
Uses of JInvokeStmt in sootup.core.jimple.common.stmt
Methods in sootup.core.jimple.common.stmt that return JInvokeStmtModifier and TypeMethodDescriptionJInvokeStmt.asJInvokeStmt()default JInvokeStmtStmt.asJInvokeStmt()@NonNull JInvokeStmtJInvokeStmt.withInvokeExpr(AbstractInvokeExpr invokeExpr) @NonNull JInvokeStmtJInvokeStmt.withPositionInfo(@NonNull StmtPositionInfo positionInfo) Methods in sootup.core.jimple.common.stmt that return types with arguments of type JInvokeStmtModifier and TypeMethodDescriptionJInvokeStmt.toJInvokeStmt()default Optional<JInvokeStmt>Stmt.toJInvokeStmt() -
Uses of JInvokeStmt in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JInvokeStmtModifier and TypeMethodDescriptionvoidAbstractStmtVisitor.caseInvokeStmt(@NonNull JInvokeStmt stmt) voidReplaceUseStmtVisitor.caseInvokeStmt(@NonNull JInvokeStmt stmt) voidStmtVisitor.caseInvokeStmt(JInvokeStmt stmt) -
Uses of JInvokeStmt in sootup.interceptors.typeresolving
Methods in sootup.interceptors.typeresolving with parameters of type JInvokeStmt -
Uses of JInvokeStmt in sootup.java.core.exceptions
Methods in sootup.java.core.exceptions with parameters of type JInvokeStmtModifier and TypeMethodDescriptionvoidExceptionInferStmtVisitor.caseInvokeStmt(@NonNull JInvokeStmt stmt) -
Uses of JInvokeStmt in sootup.spark
Methods in sootup.spark with parameters of type JInvokeStmtModifier and TypeMethodDescriptionvoidMethodPAGStmtVisitor.caseInvokeStmt(JInvokeStmt stmt) At each call site, assignment edges are added from the nodes representing the actual arguments to the nodes representing the corresponding parameters of all methods that may be targets of the call site, and an assignment edge is added from the return node of each of these methods to the node for the variable that receives the return value (if any) at the call site.