soot
Interface UnitBoxOwner

All Known Subinterfaces:
PhiExpr, Trap
All Known Implementing Classes:
AbstractTrap, SPhiExpr

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()
           
 java.util.List getUnitBoxes()
           
 

Method Detail

getUnitBoxes

public java.util.List getUnitBoxes()

clearUnitBoxes

public void clearUnitBoxes()