dk.brics.xact.analysis.soot
Class Jimple2FlowGraph

java.lang.Object
  extended by dk.brics.xact.analysis.soot.Jimple2FlowGraph

public class Jimple2FlowGraph
extends Object

Produces flow graphs from Soot Jimple code.


Constructor Summary
Jimple2FlowGraph(Configuration external, ErrorHandler errors)
          Constructs a new flow graph producer.
 
Method Summary
 Map<String,Origin> findSchemas()
          Locates schemas in application classes.
 int getLineNumber(Unit s)
           
 TranslationResult run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jimple2FlowGraph

public Jimple2FlowGraph(Configuration external,
                        ErrorHandler errors)
Constructs a new flow graph producer.

Method Detail

findSchemas

public Map<String,Origin> findSchemas()
Locates schemas in application classes. Recognizes the pattern XML.loadXMLSchema("foo").

Returns:
map from schema URLs to origins

getLineNumber

public int getLineNumber(Unit s)

run

public TranslationResult run()


Copyright © 2005-2011 Aarhus University.