public class NodeCallFactory extends Object
| Constructor and Description |
|---|
NodeCallFactory() |
| Modifier and Type | Method and Description |
|---|---|
Optional<NodeCall> |
create(OwnedNode<?> owner,
com.github.javaparser.ast.expr.MethodCallExpr node,
DataFlowNode instance)
Creates a
NodeCall. |
public Optional<NodeCall> create(OwnedNode<?> owner, com.github.javaparser.ast.expr.MethodCallExpr node, DataFlowNode instance)
NodeCall.owner - The direct OwnerNode for the NodeCall to be created.node - The MethodCallExpr that will be represented by the created NodeCall.instance - The DataFlowNode on which the call was executed.NodeCall.Copyright © 2019. All rights reserved.