public interface FunctionCallTree extends ExpressionTree
identifier ( arguments ) this . identifier ( arguments )
| Modifier and Type | Method and Description |
|---|---|
List<? extends ExpressionTree> |
getArguments()
Returns the list of arguments being passed to this function call.
|
ExpressionTree |
getFunctionSelect()
Returns the function being called.
|
accept, getEndPosition, getKind, getStartPositionExpressionTree getFunctionSelect()
List<? extends ExpressionTree> getArguments()
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-04-14-195246.buildd.src