Skip to content

Methods_T_Cyjb_Compilers_Parsers_Parser_1

CYJB edited this page Oct 25, 2022 · 1 revision

Parser(T) 方法

The Parser(T) generic type exposes the following members.

方法

 

名称 说明
公共方法 AddStart 将指定非终结符标标记为开始符号。 (继承自 Parser(T, TController)。)
公共方法 DefineAssociativity 定义具有指定结合性的终结符集合,定义越晚优先级越高。 (继承自 Parser(T, TController)。)
公共方法 DefineProduction 定义指定的产生式。 (继承自 Parser(T, TController)。)
公共方法 Equals Determines whether the specified object is equal to the current object. (继承自 Object。)
公共方法 GetData 返回语法分析器的数据。 (继承自 Parser(T, TController)。)
公共方法 GetFactory 返回语法分析的工厂。 (继承自 Parser(T, TController)。)
公共方法 GetHashCode Serves as the default hash function. (继承自 Object。)
公共方法 GetStateDescription 返回最近一次构造的词法分析器的状态描述信息。 (继承自 Parser(T, TController)。)
公共方法 GetType Gets the Type of the current instance. (继承自 Object。)
公共方法 ToString Returns a string that represents the current object. (继承自 Object。)
  Back to Top

参见

Reference

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

Clone this wiki locally