Click or drag to resize

ITreeNodeStreamTokenStream Property

If the tree associated with this stream was created from a {@link TokenStream}, you can specify it here. Used to do rule {@code $text} attribute in tree parser. Optional unless you use tree parser rule {@code $text} attribute or {@code output=template} and {@code rewrite=true} options.

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

Property Value

Type: ITokenStream
See Also