Skip to content

Methods_T_Cyjb_Compilers_Lexers_LexerTokenizer_1

CYJB edited this page Mar 23, 2024 · 2 revisions

LexerTokenizer(T) 方法

The LexerTokenizer(T) generic type exposes the following members.

方法

 

名称 说明
公共方法 Cancel 取消后续词法分析。
公共方法 Dispose 执行与释放或重置非托管资源相关的应用程序定义的任务。
公共方法 Equals Determines whether the specified object is equal to the current object. (继承自 Object。)
公共方法 GetEnumerator 返回一个循环访问集合的枚举器。
公共方法 GetHashCode Serves as the default hash function. (继承自 Object。)
公共方法 GetType Gets the Type of the current instance. (继承自 Object。)
公共方法 Load(SourceReader) 加载指定的源读取器。
公共方法 Load(String) 加载指定的源码。
公共方法 Load(StringView) 加载指定的源码。
公共方法 Read 读取输入流中的下一个词法单元并提升输入流的字符位置。
公共方法 Reset 重置词法分析的状态,允许在结束/取消后继续进行分析。
公共方法 ToString Returns a string that represents the current object. (继承自 Object。)
  Back to Top

参见

Reference

LexerTokenizer(T) 类
Cyjb.Compilers.Lexers 命名空间

Clone this wiki locally