|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.snapshot.StatementTag
This class represents the tag `statement'
| Constructor Summary | |
(package private) |
StatementTag(BBlock[] blks)
Constructor for MDF |
(package private) |
StatementTag(BBlockSubtreeIterator ite)
Constructor for HIR |
(package private) |
StatementTag(BiList instr)
Constructor for LIR |
| 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 |
StatementTag(BiList instr)
instr - The list of the instruction in the current basic blockStatementTag(BBlockSubtreeIterator ite)
ite - The iterator for iterating the statements in the current basic
blockStatementTag(BBlock[] blks)
blks - The basic blocks which are inside of the current macro task| 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 | |||||||||