Table of Contents

Class LeftAssociative

Namespace
Farkle.Builder.OperatorPrecedence
Assembly
Farkle.dll

Provides a shortcut to create AssociativityGroups with LeftAssociative associativity.

public sealed class LeftAssociative : AssociativityGroup
Inheritance
LeftAssociative
Inherited Members

Constructors

LeftAssociative(params ImmutableArray<object>)

Creates a LeftAssociative.

public LeftAssociative(params ImmutableArray<object> symbols)

Parameters

symbols ImmutableArray<object>

The symbols of the group.

LeftAssociative(params object[])

Creates a LeftAssociative.

public LeftAssociative(params object[] symbols)

Parameters

symbols object[]

The symbols of the group.