Skip to content

T_Cyjb_Compilers_Parsers_ParserAction

CYJB edited this page Mar 23, 2024 · 7 revisions

ParserAction 结构

LR 语法分析器的动作。

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

语法

C#

public readonly struct ParserAction : IEquatable<ParserAction>

The ParserAction type exposes the following members.

属性

 

名称 说明
公共属性 Index 获取动作关联到的索引。
公共属性 Type 获取动作类型。
  Back to Top

方法

 

名称 说明
公共方法 GetType Gets the Type of the current instance. (继承自 Object。)
公共方法静态成员 Reduce 返回表示归约的分析器动作。
公共方法静态成员 Shift 返回表示移入的分析器动作。
公共方法 ToString 返回当前对象的字符串表示。 (重写 ValueType.ToString().)
  Back to Top

字段

 

名称 说明
公共字段静态成员 Accept 获取表示接受的分析器动作。
公共字段静态成员 Error 获取表示错误的分析器动作。
  Back to Top

参见

Reference

Cyjb.Compilers.Parsers 命名空间

Clone this wiki locally