coins.aflow
クラス RecordSetRefReprsHir

java.lang.Object
  |
  +--coins.aflow.util.AnalAdapter
        |
        +--coins.aflow.FlowAdapter
              |
              +--coins.aflow.RecordSetRefReprs
                    |
                    +--coins.aflow.RecordSetRefReprsHir
すべての実装インタフェース:
Analyzer

public class RecordSetRefReprsHir
extends RecordSetRefReprs


フィールドの概要
 
クラス coins.aflow.FlowAdapter から継承したフィールド
flow, flowRoot, fResults, hirRoot, ioRoot, symRoot
 
コンストラクタの概要
RecordSetRefReprsHir(FlowResults pResults)
          Creates a new instance of RecordSetRefReprHir
 
メソッドの概要
protected  void record(BBlock pBBlock, FAList pSubpFlowSetReprs)
          Stores SetRefRepr objects into the given BBlock, and also value-setting SetRefRepr objects the given BBlock holds into the given list pSubpFlowSetReprs.
 
クラス coins.aflow.RecordSetRefReprs から継承したメソッド
find, find
 
クラス coins.aflow.FlowAdapter から継承したメソッド
find, find, find, find, find, find
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RecordSetRefReprsHir

public RecordSetRefReprsHir(FlowResults pResults)
Creates a new instance of RecordSetRefReprHir

メソッドの詳細

record

protected void record(BBlock pBBlock,
                      FAList pSubpFlowSetReprs)
クラス RecordSetRefReprs の記述:
Stores SetRefRepr objects into the given BBlock, and also value-setting SetRefRepr objects the given BBlock holds into the given list pSubpFlowSetReprs.

定義:
クラス RecordSetRefReprs 内の record