soot.baf.internal
Class BTrap
java.lang.Object
soot.AbstractTrap
soot.baf.internal.BTrap
- All Implemented Interfaces:
- Serializable, Trap, UnitBoxOwner
public class BTrap
- extends AbstractTrap
- See Also:
- Serialized Form
Method Summary |
Object |
clone()
Performs a shallow clone of this trap. |
Methods inherited from class soot.AbstractTrap |
clearUnitBoxes, getBeginUnit, getBeginUnitBox, getEndUnit, getEndUnitBox, getException, getHandlerUnit, getHandlerUnitBox, getUnitBoxes, setBeginUnit, setEndUnit, setException, setHandlerUnit |
BTrap
public BTrap(SootClass exception,
Unit beginStmt,
Unit endStmt,
Unit handlerStmt)
clone
public 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