Uses of Class
sootup.core.jimple.common.stmt.JThrowStmt
Packages that use JThrowStmt
Package
Description
-
Uses of JThrowStmt in sootup.core.jimple
Methods in sootup.core.jimple that return JThrowStmtModifier and TypeMethodDescriptionstatic JThrowStmtJimple.newThrowStmt(Immediate op, StmtPositionInfo posInfo) Constructs a ThrowStmt(Immediate) grammar chunk. -
Uses of JThrowStmt in sootup.core.jimple.basic
Methods in sootup.core.jimple.basic with parameters of type JThrowStmtModifier and TypeMethodDescriptionbooleanJimpleComparator.caseThrowStmt(JThrowStmt stmt, Object o) -
Uses of JThrowStmt in sootup.core.jimple.common.stmt
Methods in sootup.core.jimple.common.stmt that return JThrowStmtModifier and TypeMethodDescriptionJThrowStmt.asJThrowStmt()default JThrowStmtStmt.asJThrowStmt()@NonNull JThrowStmt@NonNull JThrowStmtJThrowStmt.withPositionInfo(@NonNull StmtPositionInfo positionInfo) Methods in sootup.core.jimple.common.stmt that return types with arguments of type JThrowStmtModifier and TypeMethodDescriptionJThrowStmt.toJThrowStmt()default Optional<JThrowStmt>Stmt.toJThrowStmt() -
Uses of JThrowStmt in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JThrowStmtModifier and TypeMethodDescriptionvoidAbstractStmtVisitor.caseThrowStmt(@NonNull JThrowStmt stmt) voidReplaceUseStmtVisitor.caseThrowStmt(@NonNull JThrowStmt stmt) voidStmtVisitor.caseThrowStmt(JThrowStmt stmt) -
Uses of JThrowStmt in sootup.interceptors.typeresolving
Methods in sootup.interceptors.typeresolving with parameters of type JThrowStmt -
Uses of JThrowStmt in sootup.java.core.exceptions
Methods in sootup.java.core.exceptions with parameters of type JThrowStmtModifier and TypeMethodDescriptionvoidExceptionInferStmtVisitor.caseThrowStmt(@NonNull JThrowStmt stmt) StmtExceptionAnalyzer.mightThrowExplicitly(@NonNull JThrowStmt throwStmt, @NonNull StmtGraph<? extends BasicBlock<?>> graph)