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