|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface for result of function analysis.
| Method Summary | |
boolean |
isUpToDate()
Return true if this analysis is up to date. |
void |
printAfterBlock(BasicBlk blk,
java.io.PrintWriter output)
Called after each Basic Block. |
void |
printAfterFunction(java.io.PrintWriter output)
Called after function body. |
void |
printAfterStmt(LirNode stmt,
java.io.PrintWriter output)
Called after each statement. |
void |
printBeforeBlock(BasicBlk blk,
java.io.PrintWriter output)
Called before each Basic Block. |
void |
printBeforeFunction(java.io.PrintWriter output)
Debug print Called before function body. |
void |
printBeforeStmt(LirNode stmt,
java.io.PrintWriter output)
Called before each statement. |
| Method Detail |
public boolean isUpToDate()
public void printBeforeFunction(java.io.PrintWriter output)
public void printBeforeBlock(BasicBlk blk,
java.io.PrintWriter output)
public void printAfterBlock(BasicBlk blk,
java.io.PrintWriter output)
public void printBeforeStmt(LirNode stmt,
java.io.PrintWriter output)
public void printAfterStmt(LirNode stmt,
java.io.PrintWriter output)
public void printAfterFunction(java.io.PrintWriter output)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||