coins.flow
Interface DefUseCell

All Known Implementing Classes:
DefUseCellImpl

public interface DefUseCell

DefUseCell interface Def-use list cell representaing a definition and list of its use points.


Method Summary
 void addUseNode(IR pUseNode)
           
 IR getDefNode()
           
 IrList getUseList()
           
 

Method Detail

getDefNode

public IR getDefNode()

getUseList

public IrList getUseList()

addUseNode

public void addUseNode(IR pUseNode)