|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.snapshot.ModuleTag
This class represents the tag `module'
| Constructor Summary | |
(package private) |
ModuleTag(HirRoot hirRoot,
java.lang.String fName,
java.lang.String fPath)
Constructor for HIR |
(package private) |
ModuleTag(MdfModule m,
java.lang.String fName,
java.lang.String fPath)
Constructor for MDF |
(package private) |
ModuleTag(Module m,
java.lang.String fName,
java.lang.String fPath)
Constructor for LIR |
| Method Summary | |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
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 file
ModuleTag(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 file
ModuleTag(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| Method Detail |
public java.lang.String toString(int space)
space - The number of the white spaces
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||