|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Object | +--coins.snapshot.GraphTag
This class represents the tag `graph'
| コンストラクタの概要 | |
(パッケージプライベート) |
GraphTag(java.lang.String dName,
FlowGraph cfg)
Constructor for LIR |
(パッケージプライベート) |
GraphTag(java.lang.String dName,
MacroFlowGraph mfg)
Constructor for MDF |
(パッケージプライベート) |
GraphTag(java.lang.String dName,
SubpFlow cfg)
Constructor for HIR |
| メソッドの概要 | |
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 |
| コンストラクタの詳細 |
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| メソッドの詳細 |
public java.lang.String toString(int space)
space - The number of the white spaces
public java.lang.String toString()
java.lang.Object 内の toString
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||