|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.aflow.util.AnalAdapter | +--coins.aflow.FlowAdapter
Adapter class for Analyzer interface.
フィールドの概要 | |
Flow |
flow
|
FlowRoot |
flowRoot
|
protected FlowResults |
fResults
|
HirRoot |
hirRoot
|
IoRoot |
ioRoot
|
SymRoot |
symRoot
|
コンストラクタの概要 | |
FlowAdapter(FlowResults pResults)
|
メソッドの概要 | |
void |
find()
Performs the analysis. |
void |
find(java.lang.Object pObj)
Performs the analysis with the given argument. |
void |
find(java.lang.Object pObj,
java.lang.Object pObj0)
Performs the analysis with the given arguments. |
void |
find(java.lang.Object pObj,
java.lang.Object pObj0,
SelfCollectingResults pResults)
Performs the analysis with the given arguments. |
void |
find(java.lang.Object pObj,
SelfCollectingResults pResults)
Performs the analysis with given argument. |
void |
find(SelfCollectingResults pResults)
Performs the analysis. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public final FlowRoot flowRoot
public final HirRoot hirRoot
public final IoRoot ioRoot
public final SymRoot symRoot
public final Flow flow
protected FlowResults fResults
コンストラクタの詳細 |
public FlowAdapter(FlowResults pResults)
メソッドの詳細 |
public void find(SelfCollectingResults pResults)
Analyzer
の記述:
Analyzer
内の find
AnalAdapter
内の find
public void find(java.lang.Object pObj, SelfCollectingResults pResults)
Analyzer
の記述:
Analyzer
内の find
AnalAdapter
内の find
pObj
- argument object.public void find(java.lang.Object pObj, java.lang.Object pObj0, SelfCollectingResults pResults)
Analyzer
の記述:
Analyzer
内の find
AnalAdapter
内の find
public void find()
Analyzer
の記述:
Analyzer
内の find
AnalAdapter
内の find
public void find(java.lang.Object pObj)
Analyzer
の記述:
Analyzer
内の find
AnalAdapter
内の find
public void find(java.lang.Object pObj, java.lang.Object pObj0)
Analyzer
の記述:
Analyzer
内の find
AnalAdapter
内の find
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |