Click or drag to resize

ITokenSourceNextToken Method

Return a Token object from your input stream (usually a CharStream). Do not fail/return upon lexing error; keep chewing on the characters until you get a good one; errors are not passed through to the parser.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
IToken NextToken()

Return Value

Type: IToken

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.ITokenSource.NextToken"]

See Also