Skip to main content

Class: Empty

Implements

Constructors

new Empty()

new Empty(): Empty

Returns

Empty

Methods

children()

children(): Expression[]

Returns

Expression[]

Implementation of

Expression.children

Defined in

src/expression.ts:85


equals()

equals(other): boolean

Parameters

other: unknown

Returns

boolean

Implementation of

Expression.equals

Defined in

src/expression.ts:69


evaluate()

evaluate(): Promise<Empty>

Returns

Promise<Empty>

Implementation of

Expression.evaluate

Defined in

src/expression.ts:61


evaluateSync()

evaluateSync(): Empty

Returns

Empty

Implementation of

Expression.evaluateSync

Defined in

src/expression.ts:65


toString()

toString(): string

Returns

string

Implementation of

Expression.toString

Defined in

src/expression.ts:81