Skip to content

T_Cyjb_Compilers_Lexers_LexerRunner_1

CYJB edited this page Mar 23, 2024 · 1 revision

LexerRunner(T) 类

词法分析运行器,适合直接在词法分析控制器中执行逻辑而不生成 Token(T) 的场景。

继承层次

System.Object
  Cyjb.Compilers.Lexers.LexerRunner(T)
Namespace: Cyjb.Compilers.Lexers
Assembly: Cyjb.Compilers.Runtime (in Cyjb.Compilers.Runtime.dll) Version: 1.0.20+d347ea0351607fb282fdf60a5301f9cccb3ab27e

语法

C#

public sealed class LexerRunner<T> : IDisposable
where T : struct, new()

类型参数

 

T
词法单元标识符的类型,一般是一个枚举类型。
  The LexerRunner(T) type exposes the following members.

属性

 

名称 说明
公共属性 SharedContext 获取或设置共享的上下文对象。
  Back to Top

方法

 

名称 说明
公共方法 Dispose 执行与释放或重置非托管资源相关的应用程序定义的任务。
公共方法 Equals Determines whether the specified object is equal to the current object. (继承自 Object。)
公共方法 GetHashCode Serves as the default hash function. (继承自 Object。)
公共方法 GetType Gets the Type of the current instance. (继承自 Object。)
公共方法 Parse(SourceReader) 解析指定的源文件。
公共方法 Parse(String) 解析指定的源文件。
公共方法 ToString Returns a string that represents the current object. (继承自 Object。)
  Back to Top

参见

Reference

Cyjb.Compilers.Lexers 命名空间

Clone this wiki locally