Skip to content

M_Cyjb_Compilers_Lexers_Nfa_BuildRegex

CYJB edited this page Mar 23, 2024 · 7 revisions

Nfa.BuildRegex 方法

使用指定正则表达式构造 NFA,并返回构造结果。

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

语法

C#

public NfaBuildResult BuildRegex(
	LexRegex regex,
	int symbol
)

参数

 

regex
Type: Cyjb.Compilers.RegularExpressions.LexRegex
使用的正则表达式。
symbol
Type: System.Int32
正则表达式关联到的符号。

返回值

Type: NfaBuildResult
构造结果。

参见

Reference

Nfa 类
Cyjb.Compilers.Lexers 命名空间

Clone this wiki locally