Skip to content

yaksok.tsDocs


yaksok.ts / OrOperator

Class: OrOperator

Extends

Constructors

new OrOperator()

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

Parameters

value?: string

position?: Position

Returns

OrOperator

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

Methods

call()

ts
call(...operands): BooleanValue

Parameters

• ...operands: ValueTypes[]

Returns

BooleanValue

Overrides

Operator.call

Defined in

src/node/operator.ts:249


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