BlockNode

a node representing a "set-of-statements" AKA a "block"

Constructors

this
this(StatementNode[] blockStatements)

constructor

Members

Variables

lineno
uinteger lineno;

the line number (starts from 1) from which this node begins, or ends

statements
StatementNode[] statements;

an array of statements that make this block

Meta