dk.brics.xact.analysis.transformations
Class UnreachableTransformer

java.lang.Object
  extended by dk.brics.xact.analysis.transformations.UnreachableTransformer

public class UnreachableTransformer
extends Object

Removes all nodes that are not reachable from an entry node.


Constructor Summary
UnreachableTransformer()
          Constructs a new UnreachableTransformer.
 
Method Summary
 void run(FlowGraph graph)
          Transforms the given flow graph.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnreachableTransformer

public UnreachableTransformer()
Constructs a new UnreachableTransformer.

Method Detail

run

public void run(FlowGraph graph)
Transforms the given flow graph.



Copyright © 2005-2011 Aarhus University.