continueStatement abstract method
ContinueStatement
continueStatement(
- Token continueKeyword,
- SimpleIdentifier? label,
- Token semicolon
Returns a newly created continue statement. The label
can be null
if
there is no label associated with the statement.
Implementation
ContinueStatement continueStatement(
Token continueKeyword, SimpleIdentifier? label, Token semicolon);