@Beta public interface WithStatementTree extends StatementTree
with (expression())statement()
| Modifier and Type | Method and Description |
|---|---|
SyntaxToken |
closingParenthesisToken() |
Tree |
expression() |
SyntaxToken |
openingParenthesisToken() |
StatementTree |
statement() |
SyntaxToken |
withKeyword() |
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parentSyntaxToken withKeyword()
SyntaxToken openingParenthesisToken()
Tree expression()
SyntaxToken closingParenthesisToken()
StatementTree statement()
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.