|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.snapshot.GraphTag
This class represents the tag `graph'
| Constructor Summary | |
(package private) |
GraphTag(java.lang.String dName,
FlowGraph cfg)
Constructor for LIR |
(package private) |
GraphTag(java.lang.String dName,
MacroFlowGraph mfg)
Constructor for MDF |
(package private) |
GraphTag(java.lang.String dName,
SubpFlow cfg)
Constructor for HIR |
| 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 |
GraphTag(java.lang.String dName,
FlowGraph cfg)
dName - The attribute `displayName'cfg - The current control flow graph
GraphTag(java.lang.String dName,
SubpFlow cfg)
dName - The attribute `displayName'cfg - The current subprogram
GraphTag(java.lang.String dName,
MacroFlowGraph mfg)
throws PassException
dName - The attribute `displayName'mfg - The current macro flow graph
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 | |||||||||