coins.snapshot
Class InfoTag

java.lang.Object
  extended bycoins.snapshot.InfoTag

class InfoTag
extends java.lang.Object

This class represents the tag `info'.


Constructor Summary
(package private) InfoTag(BasicBlk blk)
          Constructor for LIR
(package private) InfoTag(BBlock blk)
          Constructor for HIR
(package private) InfoTag(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

InfoTag

InfoTag(BasicBlk blk)
Constructor for LIR

Parameters:
blk - The current basic block

InfoTag

InfoTag(BBlock blk)
Constructor for HIR

Parameters:
blk - The current basic block

InfoTag

InfoTag(MacroTask mt)
Constructor for MDF

Parameters:
mt - The current macro task
Method Detail

toString

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

Parameters:
space - The number of the white spaces
Returns:
The XML representation

toString

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

Returns:
The XML representation