Skip to content

yaksok.tsDocs


yaksok.ts / RangeOperator

Class: RangeOperator

Extends

Constructors

new RangeOperator()

ts
new RangeOperator(value?, position?): RangeOperator

Parameters

value?: string

position?: Position

Returns

RangeOperator

Inherited from

Operator.constructor

Defined in

src/node/base.ts:76

Properties

position?

ts
optional position: Position;

Inherited from

Operator.position

Defined in

src/node/base.ts:76


value?

ts
optional value: string;

Inherited from

Operator.value

Defined in

src/node/base.ts:76


friendlyName

ts
static friendlyName: string = '범위에서 목록 만들기(~)';

Overrides

Operator.friendlyName

Defined in

src/node/list.ts:229

Methods

call()

ts
call(...operands): List

Parameters

• ...operands: ValueTypes[]

Returns

List

Overrides

Operator.call

Defined in

src/node/list.ts:231


toJSON()

ts
toJSON(): object

Returns

object

Inherited from

Operator.toJSON

Defined in

src/node/base.ts:19


toPrint()

ts
toPrint(): string

Returns

string

Inherited from

Operator.toPrint

Defined in

src/node/base.ts:80