LegacyCommonTokenStreamGet Method |
Return absolute token i; ignore which channel the tokens are on;
that is, count all tokens not just on-channel tokens.
Namespace:
Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:
Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntaxpublic virtual IToken Get(
int i
)
Public Overridable Function Get (
i As Integer
) As IToken
Parameters
- i
- Type: SystemInt32
[Missing <param name="i"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.LegacyCommonTokenStream.Get(System.Int32)"]
Return Value
Type:
IToken[Missing <returns> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.LegacyCommonTokenStream.Get(System.Int32)"]
Implements
ITokenStreamGet(Int32)
See Also