Get the ith character of lookahead. This is the same usually as
LA(i). This will be used for labels in the generated
lexer code. I'd prefer to return a char here type-wise, but it's
probably better to be 32-bit clean and be consistent with LA.
Namespace:
Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:
Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
SyntaxFunction LT (
i As Integer
) As Integer
Parameters
- i
- Type: SystemInt32
[Missing <param name="i"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.ICharStream.LT(System.Int32)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.ICharStream.LT(System.Int32)"]
See Also