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, getStartPosition
ExpressionTree getFunctionSelect()
List<? extends ExpressionTree> getArguments()
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-04-13-183229.buildd.src