|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.mdf.MdfModule
This class holds the macro flow graphs in the current compile unit.
| Field Summary | |
java.util.List |
flowGraph
The macro flow graphs in the current compile unit |
| Constructor Summary | |
(package private) |
MdfModule(MdfEnvironment e,
HirRoot hRoot)
Constructor |
| Method Summary | |
(package private) void |
changeStructure()
Change the program structure into switch-case. |
(package private) boolean |
check()
Debug method |
(package private) void |
generateMfg()
Generate macro flow graphs in the current compile unit. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final java.util.List flowGraph
| Constructor Detail |
MdfModule(MdfEnvironment e,
HirRoot hRoot)
e - The environment of the MDF modulehRoot - The current HirRoot| Method Detail |
void generateMfg()
throws PassException
PassException - Any exceptions in it
void changeStructure()
throws PassException
PassException - Any exceptions in itboolean check()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||