interface OperatorNode

Interface for expression nodes that represent operators with precedence.

Constants

AssocLeft

Operator associativity or position

AssocNone

Operator associativity or position

AssocRight

Operator associativity or position

Methods

array
getOperatorPrecedence()

Returns [precedence, associativity] for this operator.

Details

at line 28
array getOperatorPrecedence()

Returns [precedence, associativity] for this operator.

Return Value

array