Skip to content

달빛약속 / BooleanValue

Class: BooleanValue

Extends

Constructors

new BooleanValue()

new BooleanValue(value): BooleanValue

Parameters

value

boolean

Returns

BooleanValue

Inherited from

PrimitiveValue.constructor

Defined in

core/value/base.ts:12

Properties

value

value: boolean

Inherited from

PrimitiveValue.value

Defined in

core/value/base.ts:12


friendlyName

static friendlyName: string = '참거짓'

Overrides

PrimitiveValue.friendlyName

Defined in

core/value/primitive.ts:20

Methods

toPrint()

toPrint(): string

Returns

string

Overrides

PrimitiveValue.toPrint

Defined in

core/value/primitive.ts:22