Skip to content

M_Cyjb_Compilers_Lexers_LexerData_1_GetSymbols

CYJB edited this page Mar 23, 2024 · 4 revisions

LexerData(T).GetSymbols 方法

返回指定状态对应的符号。

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

语法

C#

public ArraySegment<int> GetSymbols(
	int state
)

参数

 

state
Type: System.Int32
当前状态索引。

返回值

Type: ArraySegment(Int32)
state 对应的符号。

参见

Reference

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

Clone this wiki locally