Skip to content

yaksok.tsDocs


yaksok.ts / LessThanOrEqualOperator

Class: LessThanOrEqualOperator

Extends

Constructors

new LessThanOrEqualOperator()

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

Parameters

value?: string

position?: Position

Returns

LessThanOrEqualOperator

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:342

Methods

call()

ts
call(...operands): BooleanValue

Parameters

• ...operands: ValueTypes[]

Returns

BooleanValue

Overrides

Operator.call

Defined in

src/node/operator.ts:348


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:344