|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object | +--coins.snapshot.ModuleTag
This class represents the tag `module'
コンストラクタの概要 | |
(パッケージプライベート) |
ModuleTag(HirRoot hirRoot,
java.lang.String fName,
java.lang.String fPath)
Constructor for HIR |
(パッケージプライベート) |
ModuleTag(MdfModule m,
java.lang.String fName,
java.lang.String fPath)
Constructor for MDF |
(パッケージプライベート) |
ModuleTag(Module m,
java.lang.String fName,
java.lang.String fPath)
Constructor for LIR |
メソッドの概要 | |
java.lang.String |
toString()
Generate the XML representation with no white spaces before. |
java.lang.String |
toString(int space)
Generate the XML representation in string. |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
コンストラクタの詳細 |
ModuleTag(Module m, java.lang.String fName, java.lang.String fPath)
m
- The current modulefName
- The name of the current modulefPath
- The path to the source fileModuleTag(HirRoot hirRoot, java.lang.String fName, java.lang.String fPath)
hirRoot
- The current HirRootfName
- The name of the current modulefPath
- The path to the source fileModuleTag(MdfModule m, java.lang.String fName, java.lang.String fPath) throws PassException
m
- The current MdfModulefName
- The name of the current modulefPath
- The path to the source file
PassException
- Any exceptions in itメソッドの詳細 |
public java.lang.String toString(int space)
space
- The number of the white spaces
public java.lang.String toString()
java.lang.Object
内の toString
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |