|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object | +--coins.mdf.MdfModule
This class holds the macro flow graphs in the current compile unit.
| フィールドの概要 | |
java.util.List |
flowGraph
The macro flow graphs in the current compile unit |
| コンストラクタの概要 | |
(パッケージプライベート) |
MdfModule(MdfEnvironment e,
HirRoot hRoot)
Constructor |
| メソッドの概要 | |
(パッケージプライベート) void |
changeStructure()
Change the program structure into switch-case. |
(パッケージプライベート) boolean |
check()
Debug method |
(パッケージプライベート) void |
generateMfg()
Generate macro flow graphs in the current compile unit. |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
public final java.util.List flowGraph
| コンストラクタの詳細 |
MdfModule(MdfEnvironment e,
HirRoot hRoot)
e - The environment of the MDF modulehRoot - The current HirRoot| メソッドの詳細 |
void generateMfg()
throws PassException
PassException - Any exceptions in it
void changeStructure()
throws PassException
PassException - Any exceptions in itboolean check()
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||