coins.aflow
クラス RegisterFlowAnalClasses

java.lang.Object
  |
  +--coins.aflow.RegisterFlowAnalClasses
すべての実装インタフェース:
RegisterAnalClasses
直系の既知のサブクラス:
RegisterClasses

public class RegisterFlowAnalClasses
extends java.lang.Object
implements RegisterAnalClasses

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
 

コンストラクタの詳細

RegisterFlowAnalClasses

public RegisterFlowAnalClasses()
メソッドの詳細

register

public void register(SelfCollectingResults pResults)
Analyzers that are shared between HIR and LIR.

定義:
インタフェース RegisterAnalClasses 内の register

registerHir

public void registerHir(FlowResults pResults)
Analyzers that are specific to HIR.


registerLir

public void registerLir(FlowResults pResults)
Analyzers that are specific to LIR.