channel property

  1. @override
int channel
getter/setter pairoverride

Return the channel this token. Each token can arrive at the parser on a different channel, but the parser only "tunes" to a single channel. The parser ignores everything not on DEFAULT_CHANNEL.

Implementation

@override
int channel = Token.DEFAULT_CHANNEL;