Click or drag to resize

ParserTokenStream Property

Gets or sets the token stream; resets the parser upon a set.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public virtual ITokenStream TokenStream { get; set; }

Property Value

Type: ITokenStream
See Also