|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.snapshot.SnapShot
Generate the XML file related to the intermediate representation in COINS Compiler Infrastructure. The tags in the XML file specified the XML shema `coins.xsd'. See that XSD file for more detail.
| Field Summary | |
static java.lang.String |
TMP_FILE_NAME
The temporary file name that this module generate |
static java.lang.String |
TMP_NAME
The temporary name of the current status |
| Constructor Summary | |
SnapShot(java.io.File sourceFile,
java.lang.String snapName)
Constructor |
|
| Method Summary | |
void |
generateXml()
Generate the XML file. |
void |
shot(HirRoot hirRoot,
java.lang.String mName)
Snapshot for HIR. |
void |
shot(MdfModule m,
java.lang.String mName)
Snapshot for MDF. |
void |
shot(Module m,
java.lang.String mName)
Snapshot for LIR. |
java.lang.String |
toString()
Generate XML representation in string. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String TMP_FILE_NAME
public static final java.lang.String TMP_NAME
| Constructor Detail |
public SnapShot(java.io.File sourceFile,
java.lang.String snapName)
sourceFile - Ths source filesnapName - The name of the current status| Method Detail |
public void shot(Module m,
java.lang.String mName)
m - The target modulemName - The name of the target module
public void shot(HirRoot hirRoot,
java.lang.String mName)
hirRoot - The target modulemName - The name of the target module
public void shot(MdfModule m,
java.lang.String mName)
throws PassException
m - The target modulemName - The name of the target module
PassException - Any exceptions in itpublic void generateXml()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||