coins.aflow
クラス FindEGen
java.lang.Object
|
+--coins.aflow.util.AnalAdapter
|
+--coins.aflow.FlowAdapter
|
+--coins.aflow.FindEGen
- すべての実装インタフェース:
- Analyzer
- 直系の既知のサブクラス:
- FindDEGen
- public abstract class FindEGen
- extends FlowAdapter
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FindEGen
public FindEGen(FlowResults pResults)
find
public void find(SubpFlow pSubpFlow)
- Finds EGen vectors for all the
BBlock
s in pSubpFlow
.
find
public void find(BBlock pBBlock)
- Finds the EGen vector for
pBBlock
.
addEGen
protected abstract void addEGen(java.util.Set pEGenSet,
SetRefRepr pSetRefRepr)
addEGenExpId
protected abstract void addEGenExpId(java.util.Set pEGenSet,
java.util.Set pEKillSet,
SetRefRepr pSetRefRepr)
register
protected abstract void register(BBlock pBBlock,
ExpVector pEGen)