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 ASTStmtBranch.
The getter for the pattern property of an ASTStmtBranch.
Specialization of toString to show this instance in a different way as that given by the default.
Protected
_show
The AST subclass representing a statment branch.
Consists of a pattern and a block of statements, the body.