yaksok.ts • Docs
yaksok.ts / BooleanValue
Class: BooleanValue
Extends
PrimitiveValue
<boolean
>
Constructors
new BooleanValue()
ts
new BooleanValue(content): BooleanValue
Parameters
• content: boolean
Returns
Inherited from
Defined in
Properties
position?
ts
optional position: Position;
Inherited from
Defined in
value
ts
value: boolean;
Inherited from
Defined in
friendlyName
ts
static friendlyName: string = '참거짓';
Overrides
Defined in
Methods
execute()
ts
execute(_scope, _callFrame): PrimitiveValue<boolean>
Parameters
• _scope: Scope
• _callFrame: CallFrame
Returns
PrimitiveValue
<boolean
>
Inherited from
Defined in
toJSON()
ts
toJSON(): object
Returns
object
Inherited from
Defined in
toPrint()
ts
toPrint(): string
Returns
string