Interface WhileStatementTree
- All Superinterfaces:
StatementTree
,Tree
- All Known Implementing Classes:
WhileStatementTreeImpl
Represents while statement and alternative while statement syntax as well.
whilecondition()
#statement()
whilecondition()
:#statement()
endwhile ; // alternative syntax
-
Nested Class Summary
-
Method Summary
-
Method Details
-
whileToken
SyntaxToken whileToken() -
condition
ParenthesisedExpressionTree condition() -
colonToken
-
statements
List<StatementTree> statements() -
endWhileToken
-
eosToken
-