@Beta public interface ArgumentListTree extends Tree
| Modifier and Type | Method and Description |
|---|---|
SeparatedList<ExpressionTree> |
arguments() |
SyntaxToken |
closeParenthesisToken() |
SyntaxToken |
openParenthesisToken() |
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parentSyntaxToken openParenthesisToken()
SeparatedList<ExpressionTree> arguments()
SyntaxToken closeParenthesisToken()
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.