Skip to content

M_Cyjb_Compilers_Parsers_ParserData_1_Goto

CYJB edited this page Mar 23, 2024 · 7 revisions

ParserData(T).Goto 方法

返回指定状态使用指定非终结符转移后的状态。

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

语法

C#

public int Goto(
	int state,
	int index
)

参数

 

state
Type: System.Int32
当前状态。
index
Type: System.Int32
转移的非终结符索引。

返回值

Type: Int32
转以后的状态,使用 -1 表示没有找到合适的状态。

参见

Reference

ParserData(T) 类
Cyjb.Compilers.Parsers 命名空间

Clone this wiki locally