soot.grimp.internal
Class GTrap

java.lang.Object
  |
  +--soot.AbstractTrap
        |
        +--soot.grimp.internal.GTrap
All Implemented Interfaces:
Trap

public class GTrap
extends AbstractTrap
implements Trap


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

GTrap

public GTrap(SootClass exception,
             Unit beginStmt,
             Unit endStmt,
             Unit handlerStmt)
Method Detail

clone

public java.lang.Object clone()
Description copied from interface: Trap
Performs a shallow clone of this trap.
Specified by:
clone in interface Trap
Overrides:
clone in class AbstractTrap