TokenChannels Class |
[Missing <summary> documentation for "T:Stimulsoft.Data.Expressions.Antlr.Runtime.TokenChannels"]
Namespace: Stimulsoft.Data.Expressions.Antlr.Runtime
The TokenChannels type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Default |
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.
|
![]() ![]() | Hidden |
Anything on different channel than DEFAULT_CHANNEL is not parsed
by parser.
|