Skip to content

T_Cyjb_Compilers_Lexers_DfaData

CYJB edited this page Mar 23, 2024 · 7 revisions

DfaData 类

DFA 的数据。

继承层次

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

语法

C#

public sealed class DfaData

The DfaData type exposes the following members.

构造函数

 

名称 说明
公共方法 DfaData 使用指定的数据初始化 DfaData 类的新实例。
  Back to Top

属性

 

名称 说明
公共属性 States 获取 DFA 的状态列表。
公共属性 Trans 获取 DFA 的状态转移。
  Back to Top

方法

 

名称 说明
公共方法 Equals Determines whether the specified object is equal to the current object. (继承自 Object。)
公共方法 GetHashCode Serves as the default hash function. (继承自 Object。)
公共方法 GetType Gets the Type of the current instance. (继承自 Object。)
公共方法 ToString Returns a string that represents the current object. (继承自 Object。)
  Back to Top

参见

Reference

Cyjb.Compilers.Lexers 命名空间

Clone this wiki locally