Skip to content

M_Cyjb_Compilers_Lexers_LexerController_1_ExitContext

CYJB edited this page Mar 23, 2024 · 6 revisions

LexerController(T).ExitContext 方法

退出指定上下文。

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

语法

C#

public void ExitContext(
	string label
)

参数

 

label
Type: System.String
要退出的上下文的标签。

Remarks

如果当前上下文是 label,则弹出堆栈顶的上下文用作当前上下文。 否则什么都不做。

参见

Reference

LexerController(T) 类
Cyjb.Compilers.Lexers 命名空间

Clone this wiki locally