Skip to content

P_Cyjb_Compilers_Lexers_TerminalData_1_Trailing

CYJB edited this page Mar 20, 2024 · 8 revisions

TerminalData(T).Trailing 属性

获取终结符的向前看信息。

Namespace: Cyjb.Compilers.Lexers
Assembly: Cyjb.Compilers.Runtime (in Cyjb.Compilers.Runtime.dll) Version: 1.0.19+9e786ee31736c5e4f4a6dae4132686b7c318b87f

语法

C#

public int? Trailing { get; }

属性值

Type: Nullable(Int32)

Remarks

null 表示不是向前看符号,正数表示前面长度固定, 负数表示后面长度固定,0 表示长度不固定。

参见

Reference

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

Clone this wiki locally