|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.brics.string.intermediate.operations.Intermediate2FlowGraph
public class Intermediate2FlowGraph
Converter from intermediate representation to flow graphs.
StringAnalysis
Constructor Summary | |
---|---|
Intermediate2FlowGraph(Application app)
Constructs a new converter for the given application. |
Method Summary | |
---|---|
FlowGraph |
convert(AliasAnalysis aa,
ReachingDefinitions rd,
OperationAssertionAnalysis ass)
Converts the application. |
Map<Statement,Node> |
getTranslationMap()
Returns map containing main node for each statement. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Intermediate2FlowGraph(Application app)
Method Detail |
---|
public FlowGraph convert(AliasAnalysis aa, ReachingDefinitions rd, OperationAssertionAnalysis ass)
public Map<Statement,Node> getTranslationMap()
convert(AliasAnalysis, ReachingDefinitions, OperationAssertionAnalysis)
must be called first.
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |