Skip to content

달빛약속 / core/mod / NotExpression

Class: NotExpression

Extends

Indexable

[key: string]: unknown

Constructors

new NotExpression()

new NotExpression(value, tokens): NotExpression

Parameters

value

Evaluable<ValueType>

tokens

Token[]

Returns

NotExpression

Overrides

Evaluable.constructor

Defined in

core/node/calculation.ts:208

Properties

tokens

tokens: Token[]

Inherited from

Evaluable.tokens

Defined in

core/node/calculation.ts:208


value

value: Evaluable<ValueType>

Defined in

core/node/calculation.ts:208


friendlyName

static friendlyName: string = '아니다'

Overrides

Evaluable.friendlyName

Defined in

core/node/calculation.ts:206

Methods

execute()

execute(scope): Promise<ValueType>

Parameters

scope

Scope

Returns

Promise<ValueType>

Overrides

Evaluable.execute

Defined in

core/node/calculation.ts:212


toJSON()

toJSON(): object

Returns

object

Inherited from

Evaluable.toJSON

Defined in

core/node/base.ts:20


toPrint()

toPrint(): string

Returns

string

Overrides

Evaluable.toPrint

Defined in

core/node/calculation.ts:219


validate()

validate(scope): YaksokError<unknown>[]

Parameters

scope

Scope

Returns

YaksokError<unknown>[]

Overrides

Evaluable.validate

Defined in

core/node/calculation.ts:223