Lexer TToken  AllAnalyzed Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns true when the whole input source has been analyzed. This property is always true for lexers that do not support lazy analysis

Namespace: NFX.CodeAnalysis
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public bool AllAnalyzed { get; }

Property Value

Type: OnlineBoolean

Implements

ILexer AllAnalyzed
See Also