Click or drag to resize

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
Syntax
public virtual int Index { get; }

Property Value

Type: Int32

Implements

IIntStreamIndex
See Also