Skip to content

Class: ConsExpression

Cons expression, represent a concatenation of a head and a tail

Example

ts
f = x : xs

Constructors

Constructor

new ConsExpression(head, tail, loc?): ConsExpression

Parameters

ParameterType
headExpression
tailExpression
loc?SourceLocation

Returns

ConsExpression

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