Skip to content

T_Cyjb_Compilers_Lexers_NfaStateType

CYJB edited this page Mar 23, 2024 · 7 revisions

NfaStateType 枚举

表示 NFA 状态的类型。

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

语法

C#

public enum NfaStateType

成员

 

成员名称 说明
Normal 0 普通状态。
TrailingHead 1 向前看状态的头。
Trailing 2 向前看状态。

参见

Reference

Cyjb.Compilers.Lexers 命名空间

Clone this wiki locally