Skip to content

달빛약속 / GreaterThanOrEqualOperator

Class: GreaterThanOrEqualOperator

Extends

Indexable

[key: string]: unknown

Constructors

new GreaterThanOrEqualOperator()

new GreaterThanOrEqualOperator(value?, position?): GreaterThanOrEqualOperator

Parameters

value?

string

position?

Position

Returns

GreaterThanOrEqualOperator

Inherited from

Operator.constructor

Defined in

core/node/base.ts:71

Properties

position?

optional position: Position

Inherited from

Operator.position

Defined in

core/node/base.ts:71


value?

optional value: string

Inherited from

Operator.value

Defined in

core/node/base.ts:71


friendlyName

static friendlyName: string = '크거나 같다(>=)'

Overrides

Operator.friendlyName

Defined in

core/node/operator.ts:322

Methods

call()

call(...operands): BooleanValue

Parameters

operands

...ValueType[]

Returns

BooleanValue

Overrides

Operator.call

Defined in

core/node/operator.ts:328


toJSON()

toJSON(): object

Returns

object

Inherited from

Operator.toJSON

Defined in

core/node/base.ts:12


toPrint()

toPrint(): string

Returns

string

Overrides

Operator.toPrint

Defined in

core/node/operator.ts:324