public class MethodInvocationNode extends Node
target(arg1, arg2, ...)CFGs may contain
MethodInvocationNodes that correspond to no AST Tree, in which
 case, the tree field will be null.| Modifier and Type | Field and Description | 
|---|---|
| protected List<Node> | argumentsThe arguments of the method invocation. | 
| protected MethodAccessNode | targetThe target of the method invocation. | 
| protected @Nullable MethodInvocationTree | treeThe tree for the method invocation. | 
| protected TreePath | treePathThe tree path to the method invocation. | 
| Constructor and Description | 
|---|
| MethodInvocationNode(MethodAccessNode target,
                    List<Node> arguments,
                    TreePath treePath) | 
| MethodInvocationNode(@Nullable MethodInvocationTree tree,
                    MethodAccessNode target,
                    List<Node> arguments,
                    TreePath treePath)Create a MethodInvocationNode. | 
| Modifier and Type | Method and Description | 
|---|---|
| <R,P> R | accept(NodeVisitor<R,P> visitor,
      P p)Accept method of the visitor pattern. | 
| boolean | equals(@Nullable Object obj) | 
| Node | getArgument(int i) | 
| List<Node> | getArguments() | 
| Collection<Node> | getOperands() | 
| MethodAccessNode | getTarget() | 
| @Nullable MethodInvocationTree | getTree()Returns the  Treein the abstract syntax tree, ornullif no corresponding
 tree exists. | 
| TreePath | getTreePath() | 
| int | hashCode() | 
| String | toString() | 
getAssignmentContext, getBlock, getInSource, getTransitiveOperands, getType, isLValue, setAssignmentContext, setBlock, setInSource, setLValueprotected final @Nullable MethodInvocationTree tree
protected final MethodAccessNode target
protected final TreePath treePath
public MethodInvocationNode(@Nullable MethodInvocationTree tree, MethodAccessNode target, List<Node> arguments, TreePath treePath)
public MethodInvocationNode(MethodAccessNode target, List<Node> arguments, TreePath treePath)
public MethodAccessNode getTarget()
public Node getArgument(int i)
public TreePath getTreePath()
public @Nullable MethodInvocationTree getTree()
NodeTree in the abstract syntax tree, or null if no corresponding
 tree exists. For instance, this is the case for an ImplicitThisLiteralNode.public <R,P> R accept(NodeVisitor<R,P> visitor, P p)
Nodepublic Collection<Node> getOperands()
NodegetOperands in class NodeNodes of this Node