coins.aflow
クラス RecordSetRefReprs

java.lang.Object
  |
  +--coins.aflow.util.AnalAdapter
        |
        +--coins.aflow.FlowAdapter
              |
              +--coins.aflow.RecordSetRefReprs
すべての実装インタフェース:
Analyzer
直系の既知のサブクラス:
RecordSetRefReprsHir

public abstract class RecordSetRefReprs
extends FlowAdapter

Stores SetRefRepr objects into BBlocks.


フィールドの概要
 
クラス coins.aflow.FlowAdapter から継承したフィールド
flow, flowRoot, fResults, hirRoot, ioRoot, symRoot
 
コンストラクタの概要
RecordSetRefReprs(FlowResults pResults)
           
 
メソッドの概要
 void find(BBlock pBBlock)
          Stores SetRefRepr objects into the given BBlock, and also value-setting SetRefRepr objects into the parent SubpFlow object of the given BBlock.
 void find(SubpFlow pSubpFlow)
          Stores SetRefRepr objects into BBlocks of the given SubpFlow, and also store value-setting SetRefRepr objects that belong to the given SubpFlow into a list the SubpFlow object holds.
protected abstract  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.FlowAdapter から継承したメソッド
find, find, find, find, find, find
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RecordSetRefReprs

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

find

public void find(SubpFlow pSubpFlow)
Stores SetRefRepr objects into BBlocks of the given SubpFlow, and also store value-setting SetRefRepr objects that belong to the given SubpFlow into a list the SubpFlow object holds.


find

public void find(BBlock pBBlock)
Stores SetRefRepr objects into the given BBlock, and also value-setting SetRefRepr objects into the parent SubpFlow object of the given BBlock.


record

protected abstract 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.