|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.AbstractTrap | +--soot.jimple.internal.JTrap
Fields inherited from class soot.AbstractTrap |
beginUnitBox,
endUnitBox,
exception,
handlerUnitBox,
unitBoxes |
Constructor Summary | |
JTrap(SootClass exception,
UnitBox beginStmt,
UnitBox endStmt,
UnitBox handlerStmt)
|
|
JTrap(SootClass exception,
Unit beginStmt,
Unit endStmt,
Unit handlerStmt)
|
Method Summary | |
java.lang.Object |
clone()
Performs a shallow clone of this trap. |
Methods inherited from class soot.AbstractTrap |
getBeginUnit,
getBeginUnitBox,
getEndUnit,
getEndUnitBox,
getException,
getHandlerUnit,
getHandlerUnitBox,
getUnitBoxes,
setBeginUnit,
setEndUnit,
setException,
setHandlerUnit |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public JTrap(SootClass exception, Unit beginStmt, Unit endStmt, Unit handlerStmt)
public JTrap(SootClass exception, UnitBox beginStmt, UnitBox endStmt, UnitBox handlerStmt)
Method Detail |
public java.lang.Object clone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |