Skip to content

M_Cyjb_Compilers_Parsers_ParserData_1_Goto

CYJB edited this page Mar 3, 2023 · 7 revisions

ParserData(T).Goto 方法

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

Namespace: Cyjb.Compilers.Parsers
Assembly: Cyjb.Compilers.Runtime (in Cyjb.Compilers.Runtime.dll) Version: 1.0.14

语法

C#

public int Goto(
	int state,
	T kind
)

参数

 

state
Type: System.Int32
当前状态。
kind
Type: T
转移的非终结符。

返回值

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

参见

Reference

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

Clone this wiki locally