|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CFGTransformer
A CFG transformer is used to apply a transformation (or extension) to a control flow graph during the last phase of CFG construction.
Objects implementing this interface can be registered with the
CFGBuilder. The transformations will then
be executed, in order of addition, by the CFGBuilder
as the final phase of CFG construction.
| Method Summary | |
|---|---|
void |
transformCFG(CFG cfg)
Applies a transformation to a control flow graph. |
| Method Detail |
|---|
void transformCFG(CFG cfg)
throws TransformationException
cfg - Control flow graph to which the transformation will
be applied.
TransformationException - If the transformation fails for
any reason.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||