@Exported 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, 2015, Oracle and/or its affiliates. All rights reserved.
DRAFT internal-b87