Lexer TToken  DoLexingChunk Method NFX Class Library

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

Lexes more source and returns true when EOF has been reached. Depending on particular implementation, a chunk may contain more than one token. Tokens are added into m_Tokens

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

protected abstract bool DoLexingChunk()

Return Value

Type: OnlineBoolean
See Also