dk.brics.xact.analysis.transformations
Class AnnotationTransformer
java.lang.Object
dk.brics.xact.analysis.transformations.AnnotationTransformer
public class AnnotationTransformer
- extends Object
Flow graph transformation for @Type
annotations.
Transforms annotated writes into AnalyzeStm
s and
annotated reads into ValidateStm
s.
The input flow graph must be a def-use graph.
Method Summary |
void |
run(FlowGraph graph)
Transforms the given def-use flow graph. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationTransformer
public AnnotationTransformer()
- Constructs a new
AnnotationTransformer
.
run
public void run(FlowGraph graph)
- Transforms the given def-use flow graph.
Copyright © 2005-2008 Aarhus University.