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, setHandlerUnit
public java.lang.Object clone()
Trap
clone
in interface Trap
clone
in class AbstractTrap
public java.lang.String toString()
toString
in class java.lang.Object