coins.aflow
クラス FlowAdapter

java.lang.Object
  |
  +--coins.aflow.util.AnalAdapter
        |
        +--coins.aflow.FlowAdapter
すべての実装インタフェース:
Analyzer
直系の既知のサブクラス:
FindAvailInAvailOut, FindDef, FindDefInDefOut, FindDefined, FindDefUseList, FindDefUseList0, FindEGen, FindEKill, FindExposedUsed, FindKill, FindLiveInLiveOut, FindLoopParallel, FindLoopParallelList, FindReach, InitiateFlow, RecordSetRefReprs

public abstract class FlowAdapter
extends AnalAdapter

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
 

フィールドの詳細

flowRoot

public final FlowRoot flowRoot

hirRoot

public final HirRoot hirRoot

ioRoot

public final IoRoot ioRoot

symRoot

public final SymRoot symRoot

flow

public final Flow flow

fResults

protected FlowResults fResults
コンストラクタの詳細

FlowAdapter

public FlowAdapter(FlowResults pResults)
メソッドの詳細

find

public void find(SelfCollectingResults pResults)
インタフェース Analyzer の記述:
Performs the analysis.

定義:
インタフェース Analyzer 内の find
オーバーライド:
クラス AnalAdapter 内の find

find

public void find(java.lang.Object pObj,
                 SelfCollectingResults pResults)
インタフェース Analyzer の記述:
Performs the analysis with given argument.

定義:
インタフェース Analyzer 内の find
オーバーライド:
クラス AnalAdapter 内の find
パラメータ:
pObj - argument object.

find

public void find(java.lang.Object pObj,
                 java.lang.Object pObj0,
                 SelfCollectingResults pResults)
インタフェース Analyzer の記述:
Performs the analysis with the given arguments.

定義:
インタフェース Analyzer 内の find
オーバーライド:
クラス AnalAdapter 内の find

find

public void find()
インタフェース Analyzer の記述:
Performs the analysis.

定義:
インタフェース Analyzer 内の find
オーバーライド:
クラス AnalAdapter 内の find

find

public void find(java.lang.Object pObj)
インタフェース Analyzer の記述:
Performs the analysis with the given argument.

定義:
インタフェース Analyzer 内の find
オーバーライド:
クラス AnalAdapter 内の find

find

public void find(java.lang.Object pObj,
                 java.lang.Object pObj0)
インタフェース Analyzer の記述:
Performs the analysis with the given arguments.

定義:
インタフェース Analyzer 内の find
オーバーライド:
クラス AnalAdapter 内の find