ANTLRStringStreamIndex Property |
Return the current input symbol index 0..n where n indicates the
last symbol has been read. The index is the index of char to
be returned from LA(1).
Namespace:
Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:
Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntaxpublic virtual int Index { get; }
Public Overridable ReadOnly Property Index As Integer
Get
Property Value
Type:
Int32Implements
IIntStreamIndex
See Also