soot
Interface UnitBoxOwner

All Known Subinterfaces:
PhiExpr, PiExpr, ShimpleExpr, Trap
All Known Implementing Classes:
AbstractTrap, BTrap, GTrap, JTrap, SPhiExpr, SPiExpr

public interface UnitBoxOwner

An implementor of this interface indicates that it may contain UnitBoxes.

Currently this is implemented by soot.shimple.PhiExpr and used by soot.jimple.internal.JAssignStmt.

Author:
Navindra Umanee

Method Summary
 void clearUnitBoxes()
           
 List getUnitBoxes()
           
 

Method Detail

getUnitBoxes

List getUnitBoxes()

clearUnitBoxes

void clearUnitBoxes()