dk.brics.xact.analysis.transformations
Class UnreachableTransformer
java.lang.Object
dk.brics.xact.analysis.transformations.UnreachableTransformer
public class UnreachableTransformer
- extends Object
Removes all nodes that are not reachable from an entry node.
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 |
UnreachableTransformer
public UnreachableTransformer()
- Constructs a new
UnreachableTransformer
.
run
public void run(FlowGraph graph)
- Transforms the given flow graph.
Copyright © 2005-2011 Aarhus University.