@Exported public interface FunctionCallTree extends ExpressionTree
identifier ( arguments ) this . identifier ( arguments )
Modifier and Type | Method and Description |
---|---|
List<? extends ExpressionTree> |
getArguments() |
ExpressionTree |
getFunctionSelect() |
accept, getEndPosition, getKind, getStartPosition
ExpressionTree getFunctionSelect()
List<? extends ExpressionTree> getArguments()