| org.quilt.cl.GraphXformer
All known Subclasses: org.quilt.cl.GraphSpy, org.quilt.cover.stmt.GraphAction, org.quilt.cl.GraphTalker,
GraphXformer | public interface GraphXformer (Code) | | Transform the graph, possibly using information from ClassGen
and MethodGen. If fatal errors occur, transformers must issue
a warning message on System.err and either undo any changes or
set cfg to null.
author: Jim Dixon |
Method Summary | |
public void | xform(ClassGen cg, MethodGen method, ControlFlowGraph cfg) Apply the transformation to the graph. |
xform | public void xform(ClassGen cg, MethodGen method, ControlFlowGraph cfg)(Code) | | Apply the transformation to the graph.
Parameters: cg - The class being transformed. Parameters: method - MethodGen for the method being transformed. Parameters: cfg - The method's control flow graph. |
|
|