|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object
|
+--coins.aflow.util.AnalAdapter
|
+--coins.aflow.FlowAdapter
|
+--coins.aflow.FindKill
| フィールドの概要 |
| クラス coins.aflow.FlowAdapter から継承したフィールド |
flow, flowRoot, fResults, hirRoot, ioRoot, symRoot |
| コンストラクタの概要 | |
FindKill(FlowResults pResults)
|
|
| メソッドの概要 | |
void |
find(BBlock pBBlock)
Finds and sets the Kill vector for the given BBlock using the Defined vector for that BBlock. |
void |
find(SetRefRepr pSetRefRepr)
|
void |
find(SubpFlow pSubpFlow)
|
protected abstract DefVector |
getKill(SetRefRepr pSetRefRepr)
|
protected abstract boolean |
kills(SetRefRepr pKiller,
SetRefRepr pKillee)
|
protected abstract boolean |
killsByAlias(SetRefRepr pKiller,
SetRefRepr pKillee,
RecordAlias pRecordAlias)
|
protected abstract void |
register(BBlock pBBlock,
DefVector pDefVect)
|
protected abstract void |
register(SetRefRepr pSetRefRepr,
DefVector pDefVect)
|
| クラス coins.aflow.FlowAdapter から継承したメソッド |
find, find, find, find, find, find |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
public FindKill(FlowResults pResults)
| メソッドの詳細 |
public void find(SubpFlow pSubpFlow)
public void find(BBlock pBBlock)
pBBlock - BBlock whose Kill vector to find.public void find(SetRefRepr pSetRefRepr)
protected abstract boolean killsByAlias(SetRefRepr pKiller,
SetRefRepr pKillee,
RecordAlias pRecordAlias)
protected abstract DefVector getKill(SetRefRepr pSetRefRepr)
protected abstract boolean kills(SetRefRepr pKiller,
SetRefRepr pKillee)
protected abstract void register(SetRefRepr pSetRefRepr,
DefVector pDefVect)
protected abstract void register(BBlock pBBlock,
DefVector pDefVect)
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||