Skip to content

M_Cyjb_Compilers_Lexers_LexerFactory_2_CreateTokenizer

CYJB edited this page Mar 20, 2024 · 7 revisions

LexerFactory(T, TController).CreateTokenizer 方法

创建词法分析器。

Namespace: Cyjb.Compilers.Lexers
Assembly: Cyjb.Compilers.Runtime (in Cyjb.Compilers.Runtime.dll) Version: 1.0.19+9e786ee31736c5e4f4a6dae4132686b7c318b87f

语法

C#

public LexerTokenizer<T> CreateTokenizer()

返回值

Type: LexerTokenizer(T)
已创建的词法分析器。

实现

ILexerFactory(T).CreateTokenizer()

参见

Reference

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

Clone this wiki locally