| Package | Description |
|---|---|
| dataflow | |
| dataflow.model |
| Modifier and Type | Method and Description |
|---|---|
DataFlowGraph |
DataFlowGraphFactory.create(com.github.javaparser.ast.CompilationUnit cu)
Creates a
DataFlowGraph for the given CompilationUnit. |
| Modifier and Type | Method and Description |
|---|---|
Optional<DataFlowNode> |
MethodNodeHandler.handleNode(DataFlowGraph graph,
DataFlowMethod method,
Map<com.github.javaparser.ast.Node,DataFlowNode> overriddenValues,
com.github.javaparser.ast.Node n,
OwnedNode<?> owner)
Recursively creates new
DataFlowNode or finds existing ones and creates DataFlowEdge between those nodes if needed. |
| Modifier and Type | Method and Description |
|---|---|
DataFlowGraph |
DataFlowGraph.Builder.build() |
DataFlowGraph |
DataFlowGraph.getDependedGraph(String path) |
DataFlowGraph |
DataFlowMethod.getGraph() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,DataFlowGraph> |
DataFlowGraph.getDependedGraphs() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataFlowGraph.addDependedGraph(DataFlowGraph graph) |
DataFlowMethod.Builder |
DataFlowMethod.Builder.graph(DataFlowGraph graph) |
void |
DataFlowMethod.setGraph(DataFlowGraph graph) |
| Modifier and Type | Method and Description |
|---|---|
DataFlowGraph.Builder |
DataFlowGraph.Builder.dependedGraphs(Map<String,DataFlowGraph> dependedGraphs) |
void |
DataFlowGraph.setDependedGraphs(Map<String,DataFlowGraph> dependedGraphs) |
| Constructor and Description |
|---|
DataFlowMethod(DataFlowGraph graph,
com.github.javaparser.ast.body.CallableDeclaration<?> node,
String name) |
Copyright © 2019. All rights reserved.