|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.snapshot.NodeTag
This class represents the tag `node'.
| Constructor Summary | |
(package private) |
NodeTag(java.lang.String dName,
BasicBlk blk)
Constructor for LIR |
(package private) |
NodeTag(java.lang.String dName,
BBlock blk)
Constructor for HIR |
(package private) |
NodeTag(java.lang.String dName,
MacroTask mt)
Constructor for MDF |
| 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 |
NodeTag(java.lang.String dName,
BasicBlk blk)
dName - The attribute `displayName'blk - The current basic block
NodeTag(java.lang.String dName,
BBlock blk)
dName - The attribute `displayName'blk - The current basic block
NodeTag(java.lang.String dName,
MacroTask mt)
throws PassException
dName - The attribute `displayName'mt - The current macro task
PassException - Any exception 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 | |||||||||