coins.aflow
クラス MakeDominatorTreeForSubpFlow

java.lang.Object
  |
  +--coins.aflow.MakeDominatorTree
        |
        +--coins.aflow.MakeDominatorTreeForSubpFlow

public class MakeDominatorTreeForSubpFlow
extends MakeDominatorTree

Makes a dominator tree for a SubpFlow


フィールドの概要
 
クラス coins.aflow.MakeDominatorTree から継承したフィールド
fSubpFlow, ioRoot
 
コンストラクタの概要
MakeDominatorTreeForSubpFlow(SubpFlow pSubpFlow)
           
 
メソッドの概要
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)
           
 
クラス coins.aflow.MakeDominatorTree から継承したメソッド
makeDominatorTreeFor
 
クラス 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