Click or drag to resize

LexerNextToken Method

Return a token from this source; i.e., match a token on the char stream.

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

Return Value

Type: IToken

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

Implements

ITokenSourceNextToken
See Also