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 JThrowStmt
Jimple.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 TypeMethodDescriptionboolean
JimpleComparator.caseThrowStmt
(JThrowStmt stmt, Object o) -
Uses of JThrowStmt in sootup.core.jimple.common.stmt
Methods in sootup.core.jimple.common.stmt that return JThrowStmt -
Uses of JThrowStmt in sootup.core.jimple.visitor
Methods in sootup.core.jimple.visitor with parameters of type JThrowStmtModifier and TypeMethodDescriptionvoid
AbstractStmtVisitor.caseThrowStmt
(JThrowStmt stmt) void
ReplaceUseStmtVisitor.caseThrowStmt
(JThrowStmt stmt) void
StmtVisitor.caseThrowStmt
(JThrowStmt stmt) -
Uses of JThrowStmt in sootup.interceptors.typeresolving
Methods in sootup.interceptors.typeresolving with parameters of type JThrowStmt