coins.aflow
クラス FindAvailInAvailOut
java.lang.Object
|
+--coins.aflow.util.AnalAdapter
|
+--coins.aflow.FlowAdapter
|
+--coins.aflow.FindAvailInAvailOut
- すべての実装インタフェース:
- Analyzer
- 直系の既知のサブクラス:
- FindDAvailInAvailOut
- public abstract class FindAvailInAvailOut
- extends FlowAdapter
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FindAvailInAvailOut
public FindAvailInAvailOut(FlowResults pResults)
- Creates new FindAvailInAvailOut
find
public void find(SubpFlow pSubpFlow)
- Finds AvailIn and AvailOut vectors for all the
BBlock
s in pSubpFlow
.
find
public void find(BBlock pBBlock)
find
public void find(SetRefRepr pSetRefRepr)
getEKill
protected abstract ExpVector getEKill(SetRefRepr pSetRefRepr)
getAvailIn
protected abstract ExpVector getAvailIn(SetRefRepr pSetRefRepr)
registerAvailIn
protected abstract void registerAvailIn(SetRefRepr pSetRefRepr,
ExpVector pAvailIn)
getEGen
protected abstract ExpVector getEGen(BBlock pBBlock)
getEKill
protected abstract ExpVector getEKill(BBlock pBBlock)
getAvailIn
protected abstract ExpVector getAvailIn(BBlock pBBlock)
registerAvailIn
protected abstract void registerAvailIn(BBlock pBBlock,
ExpVector pAvailIn)
registerAvailOut
protected abstract void registerAvailOut(BBlock pBBlock,
ExpVector pAvailOut)