Skip to content

yaksok.tsDocs


yaksok.ts / LessThanOperator

Class: LessThanOperator

Extends

Constructors

new LessThanOperator()

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

Parameters

value?: string

position?: Position

Returns

LessThanOperator

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/operator.ts:294

Methods

call()

ts
call(...operands): BooleanValue

Parameters

• ...operands: ValueTypes[]

Returns

BooleanValue

Overrides

Operator.call

Defined in

src/node/operator.ts:300


toJSON()

ts
toJSON(): object

Returns

object

Inherited from

Operator.toJSON

Defined in

src/node/base.ts:19


toPrint()

ts
toPrint(): string

Returns

string

Overrides

Operator.toPrint

Defined in

src/node/operator.ts:296