| Package | Description |
|---|---|
| dataflow | |
| dataflow.model |
| Modifier and Type | Method and Description |
|---|---|
Optional<NodeCall> |
NodeCallFactory.create(OwnedNode<?> owner,
com.github.javaparser.ast.expr.MethodCallExpr node,
DataFlowNode instance)
Creates a
NodeCall. |
| Modifier and Type | Method and Description |
|---|---|
NodeCall |
NodeCall.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
List<NodeCall> |
DataFlowMethod.getNodeCalls() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataFlowMethod.addMethodCall(NodeCall calledMethod) |
DataFlowMethod.Builder |
DataFlowMethod.Builder.nodeCalls(NodeCall... calls) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataFlowMethod.setCalledMethods(List<NodeCall> calledMethods) |
Copyright © 2019. All rights reserved.