channel property

int channel
inherited

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

int get channel;
void channel=(int channel)

Implementation

set channel(int channel);