next property

Token? next

Return the next token in the token stream.

Implementation

Token? get next;
void next=(Token? next)

Return the next token in the token stream.

Implementation

void set next(Token? next);