Skip to content

T_Cyjb_Compilers_Lexers_ILexerFactory_1

CYJB edited this page Mar 23, 2024 · 8 revisions

ILexerFactory(T) 接口

表示词法分析器的工厂。

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

语法

C#

public interface ILexerFactory<T>
where T : struct, new()

类型参数

 

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

方法

 

名称 说明
公共方法 CreateRunner 创建词法分析运行器。
公共方法 CreateTokenizer 创建词法分析器。
  Back to Top

参见

Reference

Cyjb.Compilers.Lexers 命名空间

Clone this wiki locally