|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object | +--coins.mdf.FindScc
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 |
| フィールドの詳細 |
final java.util.LinkedList scc
| コンストラクタの詳細 |
FindScc(MdfEnvironment e,
SubpFlow subpFlow)
e - The environment of the MDF modulesubpFlow - The flow information about the current subprogram| メソッドの詳細 |
void print()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||