Skip to content

P_Cyjb_Compilers_Parsers_ParserStateData_1_Expecting

CYJB edited this page Mar 3, 2023 · 7 revisions

ParserStateData(T).Expecting 属性

获取当前状态的预期词法单元类型集合。

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

语法

C#

public IReadOnlySet<T> Expecting { get; }

属性值

Type: IReadOnlySet(T)

参见

Reference

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

Clone this wiki locally