Package sootup.core.jimple.basic
Class Trap
java.lang.Object
sootup.core.jimple.basic.Trap
Represents a try-catch construct.
Prefer to use the factory methods in Jimple
.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
toString()
withBeginStmt
(Stmt beginStmt) withEndStmt
(Stmt endStmt) withException
(ClassType exception) withHandlerStmt
(Stmt handlerStmt)
-
Constructor Details
-
Method Details