coins.mdf
クラス PostDominators

java.lang.Object
  |
  +--coins.mdf.PostDominators

class PostDominators
extends java.lang.Object

Analyze postdominators in the current macro flow graph.


フィールドの概要
 int[][] pdom
          The postdominator
 
コンストラクタの概要
(パッケージプライベート) PostDominators(MdfEnvironment e, MacroFlowGraph graph)
          Constructor
 
メソッドの概要
(パッケージプライベート)  void print()
          Debug print
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

pdom

public final int[][] pdom
The postdominator

コンストラクタの詳細

PostDominators

PostDominators(MdfEnvironment e,
               MacroFlowGraph graph)
Constructor

パラメータ:
e - The environment of the MDF module
graph - The current macro flow graph
メソッドの詳細

print

void print()
Debug print