Click or drag to resize

ParserOperatorInfoLeftAssociative Field

True if the operator is left-associative (otherwise it's right-associative).

Namespace:  Nova.Parsing
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool LeftAssociative

Field Value

Type: Boolean
See Also