| Class | Description | 
|---|---|
| CFGProcessor | 
 Generate the control flow graph of a given method in a given class. 
 | 
| CFGProcessor.CFGProcessResult | 
 The result of the CFG process, contains the control flow graph when successful. 
 | 
| ControlFlowGraph | 
 A control flow graph (CFG for short) of a single method. 
 | 
| UnderlyingAST | 
 Represents an abstract syntax tree of type  
Tree that underlies a given control flow
 graph. | 
| UnderlyingAST.CFGLambda | 
 If the underlying AST is a lambda. 
 | 
| UnderlyingAST.CFGMethod | 
 If the underlying AST is a method. 
 | 
| UnderlyingAST.CFGStatement | 
 If the underlying AST is a statement or expression. 
 | 
| Enum | Description | 
|---|---|
| UnderlyingAST.Kind | 
 The kinds of underlying ASTs. 
 |