| java.lang.Object org.quilt.cover.stmt.GraphAction
GraphAction | public class GraphAction implements GraphXformer(Code) | | Walk the control flow graph, adding counter vertices on all edges
inbound to code vertices. XXX Except those likely to cause
problems; need to review this code later to make sure that all
possibilities are covered.
author: Jim Dixon |
Method Summary | |
public static String | getName() Get the name for the transformation. | public static void | setName(String name) Set a name for the transformation, to allow reports to refer
to it. | public void | xform(ClassGen cg, MethodGen method, ControlFlowGraph cfg) |
GraphAction | public GraphAction()(Code) | | constructor.
|
GraphAction | public GraphAction(StmtRegistry reg, ClassAction classAct)(Code) | | Constructor used by StmtRegistry. XXX Deprecate, dropping
classAct argument. (Pass via registry if it's really necessary.)
Parameters: classAct - The Xformer at the class level; the method needsto report back to it. |
getName | public static String getName()(Code) | | Get the name for the transformation.
|
setName | public static void setName(String name)(Code) | | Set a name for the transformation, to allow reports to refer
to it.
|
|
|