The specialized constructor for this AST subclass, transforming this particular case to the general one using super.
Optional
span: SpanOptional
attributes: OptionsTableReadonly
attributesTO DO: Complete
Readonly
childrenTO DO: Complete This array may be used for 2 purposes:
Readonly
spanTO DO: Complete
Readonly
tagTO DO: Complete
The getter for the body property of an ASTStmtForeach.
The getter for the pattern property of an ASTStmtForeach.
The getter for the range property of an ASTStmtForeach.
Protected
_show
The AST subclass representing a foreach statement.
Consists of a pattern, an expression establishing the range, and a block, the body.