|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.AbstractTrap | +--soot.grimp.internal.GTrap
Fields inherited from class soot.AbstractTrap |
beginUnitBox, endUnitBox, exception, handlerUnitBox, unitBoxes |
Constructor Summary | |
GTrap(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 |
Methods inherited from interface soot.Trap |
getBeginUnit, getBeginUnitBox, getEndUnit, getEndUnitBox, getException, getHandlerUnit, getHandlerUnitBox, getUnitBoxes, setBeginUnit, setEndUnit, setException, setHandlerUnit |
Constructor Detail |
public GTrap(SootClass exception, Unit beginStmt, Unit endStmt, Unit handlerStmt)
Method Detail |
public java.lang.Object clone()
Trap
clone
in interface Trap
clone
in class AbstractTrap
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |