Skip to content

Methods_T_Cyjb_Compilers_Lexers_Lexer_2

CYJB edited this page Sep 9, 2022 · 1 revision

Lexer(T, TController) 方法

The Lexer(T, TController) generic type exposes the following members.

方法

 

名称 说明
公共方法 DefineContext 定义一个新的词法分析器的上下文。
公共方法 DefineInclusiveContext 定义一个新的词法分析器的包含型上下文。
公共方法 DefineRegex 定义一个指定名称的正则表达式。
公共方法 DefineSymbol 定义使用指定正则表达式的终结符。
公共方法 Equals Determines whether the specified object is equal to the current object. (继承自 Object。)
受保护的方法 Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (继承自 Object。)
公共方法 GetCharClassDescription 返回最近一次构造的 DFA 的字符类描述信息。
公共方法 GetData 返回词法分析的数据。
公共方法 GetFactory 返回词法分析的工厂。
公共方法 GetHashCode Serves as the default hash function. (继承自 Object。)
公共方法 GetStateDescription 返回最近一次构造的 DFA 的状态描述信息。
公共方法 GetType Gets the Type of the current instance. (继承自 Object。)
受保护的方法 MemberwiseClone Creates a shallow copy of the current Object. (继承自 Object。)
公共方法 ToString Returns a string that represents the current object. (继承自 Object。)
  Back to Top

参见

Reference

Lexer(T, TController) 类
Cyjb.Compilers.Lexers 命名空间

Clone this wiki locally