Skip to content

T_Cyjb_Compilers_Lexers_DfaStateData

CYJB edited this page Sep 9, 2022 · 8 revisions

DfaStateData 类

DFA 的状态数据。

继承层次

System.Object
  Cyjb.Compilers.Lexers.DfaStateData
Namespace: Cyjb.Compilers.Lexers
Assembly: Cyjb.Compilers.Runtime (in Cyjb.Compilers.Runtime.dll) Version: 1.0.0

语法

C#

public sealed class DfaStateData

The DfaStateData type exposes the following members.

构造函数

 

名称 说明
公共方法 DfaStateData 使用指定的索引和符号初始化 DfaStateData 类的新实例。
  Back to Top

属性

 

名称 说明
公共属性 BaseIndex 获取状态的基索引。
公共属性 DefaultState 获取默认状态。
公共属性 Symbols 符号索引列表,按符号索引排序。
  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 返回当前对象的字符串表示形式。 (重写 Object.ToString().)
  Back to Top

字段

 

名称 说明
公共字段静态成员 InvalidState 表示无效的状态。
  Back to Top

参见

Reference

Cyjb.Compilers.Lexers 命名空间

Clone this wiki locally