|
|||||||||
| Home >> All >> org >> jxcl >> [ cl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jxcl.cl
Interface GraphXformer

- 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.
|
|||||||||
| Home >> All >> org >> jxcl >> [ cl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC