soot
Interface UnitBoxOwner

All Known Subinterfaces:
PhiExpr

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.


Method Summary
 java.util.List getUnitBoxes()
           
 

Method Detail

getUnitBoxes

public java.util.List getUnitBoxes()