next property

Token? get next

Return the next token in the token stream.

Implementation

Token? get next;
set next (Token? next)

Return the next token in the token stream.

Implementation

void set next(Token? next);