Class BlockStatement
Block statement (e.g., { var x = 1; print(x); }).
Constructors
| Name | Description |
|---|---|
this
(statements, line, column)
|
Creates a block statement. |
Fields
| Name | Type | Description |
|---|---|---|
statements
|
Statement[] | The statements in this block |
column
|
ulong | Column number where this node starts in source |
line
|
ulong | Line number where this node appears in source |