Class: Operator

Operator

Contains data of particular type of operator

Constructor

new Operator(symbol, precedence, arity, placement, associativity, probability) → {Operator}

Parameters:
Name Type Description
symbol type Operator's character in the expression's string
precedence type
arity type
placement type
associativity type
probability type
Source:
Returns:
Type
Operator

Methods

describe()

Generates description of the operator
Source: