Skip to content

P_Cyjb_Compilers_Lexers_LexerData_1_ContainsBeginningOfLine

CYJB edited this page Mar 23, 2024 · 8 revisions

LexerData(T).ContainsBeginningOfLine 属性

获取词法分析中是否包含与行首匹配对应的头节点。

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

语法

C#

public bool ContainsBeginningOfLine { get; }

属性值

Type: Boolean
如果包含与行首匹配对应的头节点,则为 true,包含上下文个数×2 个头节点; 否则为 false,包含上下文个数个头节点。

参见

Reference

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

Clone this wiki locally