Skip to content

Class: Continue

Represents a control flow statement to skip the rest of the current loop iteration.

Constructors

Constructor

new Continue(body, loc?): Continue

Parameters

ParameterType
bodyExpression
loc?SourceLocation

Returns

Continue

Overrides

ASTNode.constructor

Methods

getMetadata()

getMetadata<T>(key): T

Type Parameters

Type Parameter
T

Parameters

ParameterType
keystring

Returns

T

Inherited from

ASTNode.getMetadata


hasMetadata()

hasMetadata(key): boolean

Parameters

ParameterType
keystring

Returns

boolean

Inherited from

ASTNode.hasMetadata


setMetadata()

setMetadata(key, value): void

Parameters

ParameterType
keystring
valueany

Returns

void

Inherited from

ASTNode.setMetadata