at.dms.backend
Class TraceInferenceGraph

java.lang.Object
  extended by at.dms.backend.Trace
      extended by at.dms.backend.TraceInferenceGraph

public class TraceInferenceGraph
extends Trace

This is the entry point of the backend, this class constructs the control flow graph and applies optimizations


Constructor Summary
TraceInferenceGraph(at.dms.backend.InferenceNode[] nodes)
          Creates a new instruction handle.
 
Method Summary
 void run()
           
 
Methods inherited from class at.dms.backend.Trace
close, generateEdge, generateNode, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TraceInferenceGraph

public TraceInferenceGraph(at.dms.backend.InferenceNode[] nodes)
Creates a new instruction handle. (Probably buggy description from cut and paste -- deleted references to wrong parameters)

Method Detail

run

public void run()