CommonTokenStream.channel

Specifies the channel to use for filtering tokens.

<p> The default value is {@link Token#DEFAULT_CHANNEL}, which matches the default channel assigned to tokens created by the lexer.</p>

class CommonTokenStream
protected
int channel;

Meta