Skip to content

M_Cyjb_Compilers_Parsers_Parser_2_DefineAssociativity

CYJB edited this page Mar 15, 2024 · 7 revisions

Parser(T, TController).DefineAssociativity 方法

定义具有指定结合性的终结符集合,定义越晚优先级越高。

Namespace: Cyjb.Compilers.Parsers
Assembly: Cyjb.Compilers (in Cyjb.Compilers.dll) Version: 1.0.18+0b69d59fd5b673f20dc54b219e34e99c02b9cc72

语法

C#

public void DefineAssociativity(
	AssociativeType type,
	params T[] symbols
)

参数

 

type
Type: Cyjb.Compilers.Parsers.AssociativeType
终结符集合的结合性。
symbols
Type: T[]
具有相同结合性的终结符的集合。

参见

Reference

Parser(T, TController) 类
Cyjb.Compilers.Parsers 命名空间

Clone this wiki locally