| 
 | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectdk.brics.string.java.TranslatedStatement
public final class TranslatedStatement
Contains the entry and exit points for the control-flow graph of a single
 translated jimple-statement, and a list of all the Hotspot statements
 within.
 
StatementTranslatorImpl and wrapped in 
 a TranslatedStatement by StatementTranslatorFacade.
| Constructor Summary | |
|---|---|
| TranslatedStatement(Statement first,
                    Statement last)Prepares the results of a translated statement. | |
| Method Summary | |
|---|---|
|  Statement | getFirst()Gets the entry point from the statement's control-flow graph. | 
|  List<HotspotValueBoxPair> | getHotspots()Returns the list of hotspots in the statement's control-flow graph, along with the jimple expressions they originated from. | 
|  Statement | getLast()Gets the exit point from the statement's control-flow graph. | 
|  List<Statement> | getStatements()Returns all the statements in the translation, in an arbitrary order. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public TranslatedStatement(Statement first,
                           Statement last)
getHotspots().
first - entry point to the translated statement's control-flow graphlast - exit point from the translated statement's control-flow graph| Method Detail | 
|---|
public Statement getFirst()
public List<HotspotValueBoxPair> getHotspots()
public Statement getLast()
public List<Statement> getStatements()
| 
 | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||