channel property

int channel
getter/setter pair

Specifies the channel to use for filtering tokens.

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

Implementation

int channel;