ANTLRStringStreammarkers Field |
A list of CharStreamState objects that tracks the stream state
values line, charPositionInLine, and p that can change as you
move through the input stream. Indexed from 1..markDepth.
A null is kept @ index 0. Create upon first call to mark().
Namespace:
Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:
Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntaxprotected IList<CharStreamState> markers
Protected markers As IList(Of CharStreamState)
Field Value
Type:
IListCharStreamState
See Also