Skip to main content

Class: Blank

Implements

Constructors

new Blank()

new Blank(): Blank

Returns

Blank

Methods

children()

children(): Expression[]

Returns

Expression[]

Implementation of

Expression.children

Defined in

src/expression.ts:118


equals()

equals(other): boolean

Parameters

other: unknown

Returns

boolean

Implementation of

Expression.equals

Defined in

src/expression.ts:101


evaluate()

evaluate(): Promise<Blank>

Returns

Promise<Blank>

Implementation of

Expression.evaluate

Defined in

src/expression.ts:93


evaluateSync()

evaluateSync(): Blank

Returns

Blank

Implementation of

Expression.evaluateSync

Defined in

src/expression.ts:97


toString()

toString(): string

Returns

string

Implementation of

Expression.toString

Defined in

src/expression.ts:114