Skip to content

M_Cyjb_Compilers_Lexers_ILexerFactory_1_CreateRunner

CYJB edited this page Mar 23, 2024 · 1 revision

ILexerFactory(T).CreateRunner 方法

创建词法分析运行器。

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

语法

C#

LexerRunner<T> CreateRunner()

返回值

Type: LexerRunner(T)
已创建的词法分析运行器。

参见

Reference

ILexerFactory(T) 接口
Cyjb.Compilers.Lexers 命名空间

Clone this wiki locally