Skip to content

P_Cyjb_Compilers_Lexers_DfaState_Item

CYJB edited this page Sep 9, 2022 · 7 revisions

DfaState.Item 属性 (CharClass)

获取指定字符类转移到的状态。

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

语法

C#

public DfaState? this[
	CharClass charClass
] { get; }

参数

 

charClass
Type: Cyjb.Compilers.Lexers.CharClass
要获取转移的字符类。

返回值

Type: DfaState
转移到的状态。

参见

Reference

DfaState 类
Item 重载
Cyjb.Compilers.Lexers 命名空间

Clone this wiki locally