The specialized constructor for this AST subclass, transforming this particular case to the general one using super.
Note:
second
may be undefined, for the case of increments of 1.
It has NOT a default value, so that this case may be clearly identified when printing
code, and thus, not printed.Optional
secondExpr: ASTExprOptional
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 firstExpr property of an ASTExprListRange.
The getter for the lastExpr property of an ASTExprListRange.
The getter for the secondExpr property of an ASTExprListRange.
** PRECONDITIONS:**
hasSecondExpr
is trueIndicates if the ASTExprListRange has a second element expression. When present, the step may be different of one.
Protected
_show
The AST subclass representing a list given as a range.
Consists of three expressions, representing the first, second, and last elements of the range.