Uses of Class
sootup.core.jimple.common.stmt.JThrowStmt
Package
Description
-
Uses of JThrowStmt in sootup.core.jimple
Modifier and TypeMethodDescriptionstatic JThrowStmt
Jimple.newThrowStmt
(Immediate op, StmtPositionInfo posInfo) Constructs a ThrowStmt(Immediate) grammar chunk. -
Uses of JThrowStmt in sootup.core.jimple.basic
Modifier and TypeMethodDescriptionboolean
JimpleComparator.caseThrowStmt
(JThrowStmt stmt, Object o) -
Uses of JThrowStmt in sootup.core.jimple.common.stmt
-
Uses of JThrowStmt in sootup.core.jimple.visitor
Modifier and TypeMethodDescriptionvoid
AbstractStmtVisitor.caseThrowStmt
(JThrowStmt stmt) void
ReplaceUseStmtVisitor.caseThrowStmt
(JThrowStmt stmt) void
StmtVisitor.caseThrowStmt
(JThrowStmt stmt) -
Uses of JThrowStmt in sootup.interceptors.typeresolving