Skip to content

Class: Sequence

Represents a sequence of statements executed in order.

Constructors

Constructor

new Sequence(statements, loc?): Sequence

Parameters

ParameterType
statementsStatement[]
loc?SourceLocation

Returns

Sequence

Overrides

ASTNode.constructor