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 BBlock
s.
メソッドの概要 |
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 BBlock s 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 . |
クラス 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 BBlock
s 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
.