coins.snapshot
クラス InfoTag

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

class InfoTag
extends java.lang.Object

This class represents the tag `info'.


コンストラクタの概要
(パッケージプライベート) InfoTag(BasicBlk blk)
          Constructor for LIR
(パッケージプライベート) InfoTag(BBlock blk)
          Constructor for HIR
(パッケージプライベート) InfoTag(MacroTask mt)
          Constructor for MDF
 
メソッドの概要
 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
 

コンストラクタの詳細

InfoTag

InfoTag(BasicBlk blk)
Constructor for LIR

パラメータ:
blk - The current basic block

InfoTag

InfoTag(BBlock blk)
Constructor for HIR

パラメータ:
blk - The current basic block

InfoTag

InfoTag(MacroTask mt)
Constructor for MDF

パラメータ:
mt - The current macro task
メソッドの詳細

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