Skip to content

M_Cyjb_Compilers_Lexers_DfaData__ctor

CYJB edited this page Mar 15, 2024 · 7 revisions

DfaData 构造函数

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

Namespace: Cyjb.Compilers.Lexers
Assembly: Cyjb.Compilers (in Cyjb.Compilers.dll) Version: 1.0.18+0b69d59fd5b673f20dc54b219e34e99c02b9cc72

语法

C#

public DfaData(
	int[] states,
	int[] trans
)

参数

 

states
Type: System.Int32[]
DFA 的状态列表。
trans
Type: System.Int32[]
DFA 的状态转移。

参见

Reference

DfaData 类
Cyjb.Compilers.Lexers 命名空间

Clone this wiki locally