Skip to main content

Class: Nil

Implements

Constructors

new Nil()

new Nil(): Nil

Returns

Nil

Methods

children()

children(): Expression[]

Returns

Expression[]

Implementation of

Expression.children

Defined in

src/expression.ts:53


equals()

equals(other): boolean

Parameters

other: unknown

Returns

boolean

Implementation of

Expression.equals

Defined in

src/expression.ts:43


evaluate()

evaluate(): Promise<null>

Returns

Promise<null>

Implementation of

Expression.evaluate

Defined in

src/expression.ts:35


evaluateSync()

evaluateSync(): null

Returns

null

Implementation of

Expression.evaluateSync

Defined in

src/expression.ts:39


toString()

toString(): string

Returns

string

Implementation of

Expression.toString

Defined in

src/expression.ts:49