public class JavaDataFlow extends Object
DataFlowGraphs.| Constructor and Description |
|---|
JavaDataFlow() |
| Modifier and Type | Method and Description |
|---|---|
static DataFlowGraph |
create(com.github.javaparser.ast.CompilationUnit cu)
Creates a
DataFlowGraph from the given CompilationUnit. |
static DataFlowGraph |
create(String classPath)
Creates a
DataFlowGraph from the class located at the given classPath. |
public static DataFlowGraph create(String classPath)
DataFlowGraph from the class located at the given classPath.classPath - The path to the input class.DataFlowGraph representing the input class.public static DataFlowGraph create(com.github.javaparser.ast.CompilationUnit cu)
DataFlowGraph from the given CompilationUnit.cu - The input CompilationUnit.DataFlowGraph representing the input class.Copyright © 2019. All rights reserved.