Skip to content

T_Cyjb_Compilers_Lexers_NfaBuildResult

CYJB edited this page Mar 23, 2024 · 7 revisions

NfaBuildResult 结构

NFA 的构造结果。

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

语法

C#

public struct NfaBuildResult

The NfaBuildResult type exposes the following members.

方法

 

名称 说明
公共方法 Equals Indicates whether this instance and a specified object are equal. (继承自 ValueType。)
公共方法 GetHashCode Returns the hash code for this instance. (继承自 ValueType。)
公共方法 GetType Gets the Type of the current instance. (继承自 Object。)
公共方法 ToString Returns the fully qualified type name of this instance. (继承自 ValueType。)
  Back to Top

字段

 

名称 说明
公共字段 BeginningOfLine 是否是行首限定的。
公共字段 Head 结果的首状态。
公共字段 Tail 结果的尾状态。
  Back to Top

参见

Reference

Cyjb.Compilers.Lexers 命名空间

Clone this wiki locally