|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcoins.snapshot.StatementType
This class represents the type `statementType'.
| Field Summary | |
(package private) static int |
HIR
For HIR |
(package private) static int |
HIR2C
For HIR2C |
(package private) static int |
LIR
For LIR |
(package private) static int |
LIR2C
For LIR2C |
| Method Summary | |
(package private) static StatementType |
hir(BBlockSubtreeIterator subtreeIte)
Static method to generate the HIR statements. |
(package private) static StatementType |
lir(BiList instr)
Static method to generate the LIR statements. |
(package private) static StatementType |
lir2c(BiList instr)
Static method to generate the LIR2C statements. |
(package private) static StatementType |
mdf(BBlock[] blks)
Static method to generate the MDF statements. |
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 |
| Field Detail |
static final int HIR
static final int LIR
static final int HIR2C
static final int LIR2C
| Method Detail |
static StatementType hir(BBlockSubtreeIterator subtreeIte)
subtreeIte - The iterator to iterate the instructions in the current
basic block
static StatementType lir(BiList instr)
instr - The list of the instructions in the current basic block
static StatementType lir2c(BiList instr)
instr - The list of the instructions in the current basic block
static StatementType mdf(BBlock[] blks)
blks - The basic blocks in the current macro task
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 | |||||||||