public class DataFlowGraphFactory extends Object
| Constructor and Description |
|---|
DataFlowGraphFactory() |
| Modifier and Type | Method and Description |
|---|---|
DataFlowGraph |
create(com.github.javaparser.ast.CompilationUnit cu)
Creates a
DataFlowGraph for the given CompilationUnit. |
public DataFlowGraph create(com.github.javaparser.ast.CompilationUnit cu)
DataFlowGraph for the given CompilationUnit.cu - The CompilationUnit containing the parsed class.DataFlowGraphCopyright © 2019. All rights reserved.