coins.flow
インタフェース DefUseCell

既知の実装クラスの一覧:
DefUseCellImpl

public interface DefUseCell

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


メソッドの概要
 void addUseNode(IR pUseNode)
           
 IR getDefNode()
           
 IrList getUseList()
           
 

メソッドの詳細

getDefNode

public IR getDefNode()

getUseList

public IrList getUseList()

addUseNode

public void addUseNode(IR pUseNode)