@Beta public interface ForStatementTree extends IterationStatementTree
for (init();condition();update())statement()for ( varinit();condition();update())statement()
| Modifier and Type | Method and Description |
|---|---|
SyntaxToken |
closeParenthesis() |
ExpressionTree |
condition() |
SyntaxToken |
firstSemicolon() |
SyntaxToken |
forKeyword() |
Tree |
init() |
SyntaxToken |
openParenthesis() |
SyntaxToken |
secondSemicolon() |
StatementTree |
statement() |
ExpressionTree |
update() |
SyntaxToken forKeyword()
SyntaxToken openParenthesis()
SyntaxToken firstSemicolon()
@Nullable ExpressionTree condition()
SyntaxToken secondSemicolon()
@Nullable ExpressionTree update()
SyntaxToken closeParenthesis()
StatementTree statement()
statement in interface IterationStatementTreeCopyright © 2011–2015 SonarSource and Eriks Nukis. All rights reserved.