|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object | +--coins.flow.DefUseCellImpl
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 |
| フィールドの詳細 |
public final FlowRoot flowRoot
protected IR fDefNode
protected IrList fUseList
| コンストラクタの詳細 |
public DefUseCellImpl(FlowRoot pFlowRoot,
IR pDefNode)
| メソッドの詳細 |
public IR getDefNode()
DefUseCell 内の getDefNodepublic IrList getUseList()
DefUseCell 内の getUseListpublic void addUseNode(IR pUseNode)
DefUseCell 内の addUseNode
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||