Skip to content

yaksok.tsDocs


yaksok.ts / ValueWithParenthesis

Class: ValueWithParenthesis

Extends

Constructors

new ValueWithParenthesis()

ts
new ValueWithParenthesis(value): ValueWithParenthesis

Parameters

value: Evaluable

Returns

ValueWithParenthesis

Overrides

Evaluable.constructor

Defined in

src/node/calculation.ts:40

Properties

position?

ts
optional position: Position;

Inherited from

Evaluable.position

Defined in

src/node/base.ts:16


value

ts
value: Evaluable;

Defined in

src/node/calculation.ts:40


friendlyName

ts
static friendlyName: string = '괄호로 묶인 값';

Overrides

Evaluable.friendlyName

Defined in

src/node/calculation.ts:38

Methods

execute()

ts
execute(scope, _callFrame): ValueTypes

Parameters

scope: Scope

_callFrame: CallFrame

Returns

ValueTypes

Overrides

Evaluable.execute

Defined in

src/node/calculation.ts:44


toJSON()

ts
toJSON(): object

Returns

object

Inherited from

Evaluable.toJSON

Defined in

src/node/base.ts:19


toPrint()

ts
toPrint(): string

Returns

string

Overrides

Evaluable.toPrint

Defined in

src/node/calculation.ts:49