Click or drag to resize

LegacyCommonTokenStreamLT Method

Get the ith token from the current position 1..n where k=1 is the first symbol of lookahead.

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

Parameters

k
Type: SystemInt32

[Missing <param name="k"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.LegacyCommonTokenStream.LT(System.Int32)"]

Return Value

Type: IToken

[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.LegacyCommonTokenStream.LT(System.Int32)"]

Implements

ITokenStreamLT(Int32)
See Also