coins.aflow
クラス MakePostdominatorTreeForSubpFlow

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

public class MakePostdominatorTreeForSubpFlow
extends MakeDominatorTree


フィールドの概要
 
クラス coins.aflow.MakeDominatorTree から継承したフィールド
fSubpFlow, ioRoot
 
コンストラクタの概要
MakePostdominatorTreeForSubpFlow(SubpFlow pSubpFlow)
           
 
メソッドの概要
protected  void link(TreeStructure pTree, BBlock pParent, BBlock pChild)
          Links the given two nodes in the given tree structure.
 void makePostdominatorTree()
          Makes a postdominator tree object 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
 

コンストラクタの詳細

MakePostdominatorTreeForSubpFlow

public MakePostdominatorTreeForSubpFlow(SubpFlow pSubpFlow)
メソッドの詳細

makePostdominatorTree

public void makePostdominatorTree()
Makes a postdominator tree object 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