coins.aflow
クラス MakeDominatorTreeForSubpFlow
java.lang.Object
|
+--coins.aflow.MakeDominatorTree
|
+--coins.aflow.MakeDominatorTreeForSubpFlow
- public class MakeDominatorTreeForSubpFlow
- extends MakeDominatorTree
Makes a dominator tree for a SubpFlow
メソッドの概要 |
protected void |
link(TreeStructure pTree,
BBlock pParent,
BBlock pChild)
Links the given two nodes in the given tree structure. |
void |
makeDominatorTree()
Makes a dominator tree for the SubpFlow object this object is associated with. |
protected void |
saveDom(BBlock pBBlock,
java.util.List pDom)
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MakeDominatorTreeForSubpFlow
public MakeDominatorTreeForSubpFlow(SubpFlow pSubpFlow)
makeDominatorTree
public void makeDominatorTree()
- Makes a dominator tree for the SubpFlow object this object is associated with.
saveDom
protected void saveDom(BBlock pBBlock,
java.util.List pDom)
- オーバーライド:
- クラス
MakeDominatorTree
内の saveDom
link
protected void link(TreeStructure pTree,
BBlock pParent,
BBlock pChild)
- クラス
MakeDominatorTree
の記述:
- Links the given two nodes in the given tree structure.
- オーバーライド:
- クラス
MakeDominatorTree
内の link