Skip to content

M_Cyjb_Compilers_Lexers_DfaData__ctor

CYJB edited this page Jan 25, 2023 · 7 revisions

DfaData 构造函数

使用指定的数据初始化 DfaData 类的新实例。

Namespace: Cyjb.Compilers.Lexers
Assembly: Cyjb.Compilers (in Cyjb.Compilers.dll) Version: 1.0.11

语法

C#

public DfaData(
	DfaStateData[] states,
	int[] next,
	int[] check
)

参数

 

states
Type: Cyjb.Compilers.Lexers.DfaStateData[]
DFA 的状态列表。
next
Type: System.Int32[]
下一状态列表。
check
Type: System.Int32[]
状态检查。

参见

Reference

DfaData 类
Cyjb.Compilers.Lexers 命名空间

Clone this wiki locally