Pidgin

Class BinaryOperatorType

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

Inheritance
Declaration
public sealed class BinaryOperatorType : Enum

Fields

LeftAssociative

Denotes a left-associative binary operator

Declaration
public const BinaryOperatorType LeftAssociative
Field Value
Type Description

BinaryOperatorType

NonAssociative

Denotes a non-associative binary operator

Declaration
public const BinaryOperatorType NonAssociative
Field Value
Type Description

BinaryOperatorType

RightAssociative

Denotes a right-associative binary operator

Declaration
public const BinaryOperatorType RightAssociative
Field Value
Type Description

BinaryOperatorType

value__

Declaration
public int value__
Field Value
Type Description

Int32