dk.brics.xact.analysis.soot
Class TranslationResult
java.lang.Object
dk.brics.xact.analysis.soot.TranslationResult
public class TranslationResult
- extends Object
The result of translating a soot program to XACT's flow graph representation.
Contains the flow graph, and a map from hotspot expressions to their flow graph
representations.
- Author:
- Asger
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TranslationResult
public TranslationResult(FlowGraph graph,
Map<ValueBox,AnalyzeStm> hotspots)
getGraph
public FlowGraph getGraph()
getHotspots
public Map<ValueBox,AnalyzeStm> getHotspots()
Copyright © 2005-2011 Aarhus University.