Package CFGV

Interface Summary
CfgNode This interface represents a node in the control flow.
 

Class Summary
BasicBlockWrapper This class represents a basic block in the control flow graph.
BranchBlockWrapper This class represents a branch in the control flow graph.
CFG This class is used to generate a .dot file containing a representation of the code from one java method.
DrawerVisitor This class is implements a visitor of methods that prints the control flow data of each method visited.
PhiDestructor