Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jxcl.cl
Interface GraphXformer  view GraphXformer download GraphXformer.java

All Known Implementing Classes:
GraphSpy, GraphTalker

public interface GraphXformer

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.


Method Summary
 void xform(org.apache.bcel.generic.ClassGen cg, org.apache.bcel.generic.MethodGen method, ControlFlowGraph cfg)
          Apply the transformation to the graph.
 

Method Detail

xform

public void xform(org.apache.bcel.generic.ClassGen cg,
                  org.apache.bcel.generic.MethodGen method,
                  ControlFlowGraph cfg)
Apply the transformation to the graph.