ForStatement Module
Children of `ForStatement`.
Functions and values
| Function or value |
Description
|
Full Usage:
ForStatement.condition node
Parameters:
Node<ForStatement>
Returns: Node<Expression> voption
|
`condition`. The schema marks it optional.
|
Full Usage:
ForStatement.incrementor node
Parameters:
Node<ForStatement>
Returns: Node<Expression> voption
|
`incrementor`. The schema marks it optional.
|
Full Usage:
ForStatement.initializer node
Parameters:
Node<ForStatement>
Returns: Node<ForInitializer> voption
|
`initializer`. The schema marks it optional.
|
Full Usage:
ForStatement.statement node
Parameters:
Node<ForStatement>
Returns: Node<Statement> voption
|