Skip to content

yaksok.tsDocs


yaksok.ts / BooleanValue

Class: BooleanValue

Extends

Constructors

new BooleanValue()

ts
new BooleanValue(content): BooleanValue

Parameters

content: boolean

Returns

BooleanValue

Inherited from

PrimitiveValue.constructor

Defined in

src/node/primitive.ts:11

Properties

position?

ts
optional position: Position;

Inherited from

PrimitiveValue.position

Defined in

src/node/base.ts:16


value

ts
value: boolean;

Inherited from

PrimitiveValue.value

Defined in

src/node/primitive.ts:9


friendlyName

ts
static friendlyName: string = '참거짓';

Overrides

PrimitiveValue.friendlyName

Defined in

src/node/primitive.ts:46

Methods

execute()

ts
execute(_scope, _callFrame): PrimitiveValue<boolean>

Parameters

_scope: Scope

_callFrame: CallFrame

Returns

PrimitiveValue<boolean>

Inherited from

PrimitiveValue.execute

Defined in

src/node/primitive.ts:16


toJSON()

ts
toJSON(): object

Returns

object

Inherited from

PrimitiveValue.toJSON

Defined in

src/node/base.ts:19


toPrint()

ts
toPrint(): string

Returns

string

Overrides

PrimitiveValue.toPrint

Defined in

src/node/primitive.ts:48