yaksok.ts • Docs
yaksok.ts / Evaluable
Class: Evaluable
Extends
Extended by
Identifier
ValueWithParenthesis
Formula
FunctionInvoke
IndexedValue
IndexFetch
PrimitiveValue
SetVariable
MentionScope
Constructors
new Evaluable()
ts
new Evaluable(): Evaluable
Returns
Inherited from
Properties
position?
ts
optional position: Position;
Inherited from
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