coins.flow
クラス DefUseCellImpl

java.lang.Object
  |
  +--coins.flow.DefUseCellImpl
すべての実装インタフェース:
DefUseCell

public class DefUseCellImpl
extends java.lang.Object
implements DefUseCell

DefUseCellImpl class: Def-use list cell representaing a definition and list of its use points.


フィールドの概要
protected  IR fDefNode
           
 FlowRoot flowRoot
           
protected  IrList fUseList
           
 
コンストラクタの概要
DefUseCellImpl(FlowRoot pFlowRoot, IR pDefNode)
           
 
メソッドの概要
 void addUseNode(IR pUseNode)
           
 IR getDefNode()
           
 IrList getUseList()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

flowRoot

public final FlowRoot flowRoot

fDefNode

protected IR fDefNode

fUseList

protected IrList fUseList
コンストラクタの詳細

DefUseCellImpl

public DefUseCellImpl(FlowRoot pFlowRoot,
                      IR pDefNode)
メソッドの詳細

getDefNode

public IR getDefNode()
定義:
インタフェース DefUseCell 内の getDefNode

getUseList

public IrList getUseList()
定義:
インタフェース DefUseCell 内の getUseList

addUseNode

public void addUseNode(IR pUseNode)
定義:
インタフェース DefUseCell 内の addUseNode