Skip to content

M_Cyjb_Compilers_Lexers_NfaState_Add

CYJB edited this page Jan 16, 2023 · 7 revisions

NfaState.Add 方法 (NfaState)

添加一个到特定状态的 ϵ 转移。

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

语法

C#

public void Add(
	NfaState state
)

参数

 

state
Type: Cyjb.Compilers.Lexers.NfaState
要转移到的状态。

参见

Reference

NfaState 类
Add 重载
Cyjb.Compilers.Lexers 命名空间

Clone this wiki locally