coins.aflow
Class RecordSetRefReprsHir

java.lang.Object
  extended bycoins.aflow.util.AnalAdapter
      extended bycoins.aflow.FlowAdapter
          extended bycoins.aflow.RecordSetRefReprs
              extended bycoins.aflow.RecordSetRefReprsHir
All Implemented Interfaces:
Analyzer

public class RecordSetRefReprsHir
extends RecordSetRefReprs


Field Summary
 
Fields inherited from class coins.aflow.FlowAdapter
flow, flowRoot, fResults, hirRoot, ioRoot, symRoot
 
Constructor Summary
RecordSetRefReprsHir(FlowResults pResults)
          Creates a new instance of RecordSetRefReprHir
 
Method Summary
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.
 
Methods inherited from class coins.aflow.RecordSetRefReprs
find, find
 
Methods inherited from class coins.aflow.FlowAdapter
find, find, find, find, find, find
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordSetRefReprsHir

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

Method Detail

record

protected void record(BBlock pBBlock,
                      FAList pSubpFlowSetReprs)
Description copied from class: RecordSetRefReprs
Stores SetRefRepr objects into the given BBlock, and also value-setting SetRefRepr objects the given BBlock holds into the given list pSubpFlowSetReprs.

Specified by:
record in class RecordSetRefReprs