|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.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.
フィールドの概要 | |
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 |
コンストラクタの概要 | |
SnapShot(java.io.File sourceFile,
java.lang.String snapName)
Constructor |
メソッドの概要 | |
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. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
public static final java.lang.String TMP_FILE_NAME
public static final java.lang.String TMP_NAME
コンストラクタの詳細 |
public SnapShot(java.io.File sourceFile, java.lang.String snapName)
sourceFile
- Ths source filesnapName
- The name of the current statusメソッドの詳細 |
public void shot(Module m, java.lang.String mName)
m
- The target modulemName
- The name of the target modulepublic void shot(HirRoot hirRoot, java.lang.String mName)
hirRoot
- The target modulemName
- The name of the target modulepublic 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()
java.lang.Object
内の toString
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |