Skip to content

달빛약속 / BooleanLiteral

Class: BooleanLiteral

Extends

Indexable

[key: string]: unknown

Constructors

new BooleanLiteral()

new BooleanLiteral(content, position?): BooleanLiteral

Parameters

content

boolean

position?

Position

Returns

BooleanLiteral

Overrides

Evaluable.constructor

Defined in

core/node/primitive-literal.ts:49

Properties

position?

optional position: Position

Inherited from

Evaluable.position

Defined in

core/node/primitive-literal.ts:49


friendlyName

static friendlyName: string = '참거짓'

Overrides

Evaluable.friendlyName

Defined in

core/node/primitive-literal.ts:47

Methods

execute()

execute(_scope, _callFrame): Promise<BooleanValue>

Parameters

_scope

Scope

_callFrame

CallFrame

Returns

Promise<BooleanValue>

Overrides

Evaluable.execute

Defined in

core/node/primitive-literal.ts:53


toJSON()

toJSON(): object

Returns

object

Inherited from

Evaluable.toJSON

Defined in

core/node/base.ts:12


toPrint()

toPrint(): string

Returns

string

Overrides

Evaluable.toPrint

Defined in

core/node/primitive-literal.ts:60