coins.snapshot
クラス GraphTag

java.lang.Object
  |
  +--coins.snapshot.GraphTag

class GraphTag
extends java.lang.Object

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

GraphTag(java.lang.String dName,
         FlowGraph cfg)
Constructor for LIR

パラメータ:
dName - The attribute `displayName'
cfg - The current control flow graph

GraphTag

GraphTag(java.lang.String dName,
         SubpFlow cfg)
Constructor for HIR

パラメータ:
dName - The attribute `displayName'
cfg - The current subprogram

GraphTag

GraphTag(java.lang.String dName,
         MacroFlowGraph mfg)
   throws PassException
Constructor for MDF

パラメータ:
dName - The attribute `displayName'
mfg - The current macro flow graph
例外:
PassException - Any exceptions in it
メソッドの詳細

toString

public java.lang.String toString(int space)
Generate the XML representation in string.

パラメータ:
space - The number of the white spaces
戻り値:
The XML representation

toString

public java.lang.String toString()
Generate the XML representation with no white spaces before.

オーバーライド:
クラス java.lang.Object 内の toString
戻り値:
The XML representation