Skip to content

T_Cyjb_Compilers_Parsers_AssociativeType

CYJB edited this page Mar 23, 2024 · 7 revisions

AssociativeType 枚举

表示终结符结合性的类型。

Namespace: Cyjb.Compilers.Parsers
Assembly: Cyjb.Compilers (in Cyjb.Compilers.dll) Version: 1.0.20+d347ea0351607fb282fdf60a5301f9cccb3ab27e

语法

C#

public enum AssociativeType

成员

 

成员名称 说明
NonAssociate 0 非结合的。
Left 1 左结合的。
Right 2 右结合的。

参见

Reference

Cyjb.Compilers.Parsers 命名空间

Clone this wiki locally