Table of Contents

Class RightAssociative

Namespace
Farkle.Builder.OperatorPrecedence
Assembly
Farkle.dll

Provides a shortcut to create AssociativityGroups with RightAssociative associativity.

public sealed class RightAssociative : AssociativityGroup
Inheritance
RightAssociative
Inherited Members

Constructors

RightAssociative(params ImmutableArray<object>)

Creates a RightAssociative.

public RightAssociative(params ImmutableArray<object> symbols)

Parameters

symbols ImmutableArray<object>

The symbols of the group.

RightAssociative(params object[])

Creates a RightAssociative.

public RightAssociative(params object[] symbols)

Parameters

symbols object[]

The symbols of the group.