Click or drag to resize

TokenChannels Class

[Missing <summary> documentation for "T:Stimulsoft.Data.Expressions.Antlr.Runtime.TokenChannels"]

Inheritance Hierarchy
SystemObject
  Stimulsoft.Data.Expressions.Antlr.RuntimeTokenChannels

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public static class TokenChannels

The TokenChannels type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberDefault
All tokens go to the parser (unless skip() is called in that rule) on a particular "channel". The parser tunes to a particular channel so that whitespace etc... can go to the parser on a "hidden" channel.
Public fieldStatic memberHidden
Anything on different channel than DEFAULT_CHANNEL is not parsed by parser.
Top
See Also