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
Syntaxpublic virtual IToken LT(
int k
)
Public Overridable Function LT (
k As Integer
) As IToken
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