coins.mdf
クラス FindScc

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

class FindScc
extends java.lang.Object

Find the strong connected component in the current control flow graph. The strong connected component in the control flow graph means a loop structure. The MDF module generates a loop type macro task by using this information.


フィールドの概要
(パッケージプライベート)  java.util.LinkedList scc
          The strong connected component
 
コンストラクタの概要
(パッケージプライベート) FindScc(MdfEnvironment e, SubpFlow subpFlow)
          Constructor
 
メソッドの概要
(パッケージプライベート)  void print()
          Debug print
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

scc

final java.util.LinkedList scc
The strong connected component

コンストラクタの詳細

FindScc

FindScc(MdfEnvironment e,
        SubpFlow subpFlow)
Constructor

パラメータ:
e - The environment of the MDF module
subpFlow - The flow information about the current subprogram
メソッドの詳細

print

void print()
Debug print