yaksok.ts • Docs
yaksok.ts / ValueWithParenthesis
Class: ValueWithParenthesis
Extends
Constructors
new ValueWithParenthesis()
ts
new ValueWithParenthesis(value): ValueWithParenthesis
Parameters
• value: Evaluable
Returns
Overrides
Defined in
Properties
position?
ts
optional position: Position;
Inherited from
Defined in
value
ts
value: Evaluable;
Defined in
friendlyName
ts
static friendlyName: string = '괄호로 묶인 값';
Overrides
Defined in
Methods
execute()
ts
execute(scope, _callFrame): ValueTypes
Parameters
• scope: Scope
• _callFrame: CallFrame
Returns
Overrides
Defined in
toJSON()
ts
toJSON(): object
Returns
object
Inherited from
Defined in
toPrint()
ts
toPrint(): string
Returns
string