Pidgin

Enum BinaryOperatorType

The associativity of the binary operator: left-associative, right-associative, or non-associative.

Declaration
public enum BinaryOperatorType

Fields

Name Description

LeftAssociative

Denotes a left-associative binary operator

NonAssociative

Denotes a non-associative binary operator

RightAssociative

Denotes a right-associative binary operator