Skip to content

T_Cyjb_Compilers_Lexers_TrailingType

CYJB edited this page Mar 23, 2024 · 8 revisions

TrailingType 枚举

向前看符号的类型。

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

语法

C#

public enum TrailingType

成员

 

成员名称 说明
None 0 没有使用向前看符号。
Fixed 1 定长的向前看符号。
Variable 2 变长的向前看符号。

参见

Reference

Cyjb.Compilers.Lexers 命名空间

Clone this wiki locally