|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.aflow.RegisterFlowAnalClasses
This class defines the correspondence between the flow analysis item name and the class that analyzes the item. The methods are essentially static, but are made per-instance to enable inheriting or overriding.
コンストラクタの概要 | |
RegisterFlowAnalClasses()
|
メソッドの概要 | |
void |
register(SelfCollectingResults pResults)
Analyzers that are shared between HIR and LIR. |
void |
registerHir(FlowResults pResults)
Analyzers that are specific to HIR. |
void |
registerLir(FlowResults pResults)
Analyzers that are specific to LIR. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public RegisterFlowAnalClasses()
メソッドの詳細 |
public void register(SelfCollectingResults pResults)
RegisterAnalClasses
内の register
public void registerHir(FlowResults pResults)
public void registerLir(FlowResults pResults)
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |