public class JTrap extends AbstractTrap
beginUnitBox, endUnitBox, exception, handlerUnitBox, unitBoxes| Constructor and Description |
|---|
JTrap(SootClass exception,
UnitBox beginStmt,
UnitBox endStmt,
UnitBox handlerStmt) |
JTrap(SootClass exception,
Unit beginStmt,
Unit endStmt,
Unit handlerStmt) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Performs a shallow clone of this trap.
|
java.lang.String |
toString() |
clearUnitBoxes, getBeginUnit, getBeginUnitBox, getEndUnit, getEndUnitBox, getException, getHandlerUnit, getHandlerUnitBox, getUnitBoxes, setBeginUnit, setEndUnit, setException, setHandlerUnitpublic java.lang.Object clone()
Trapclone in interface Trapclone in class AbstractTrappublic java.lang.String toString()
toString in class java.lang.Object