Lines Matching defs:next
107 # token() - Get the next token298 # opttoken() - Return the next token from the Lexer350 # Every function must return a token, if nothing, we just move to next token404 def next(self):410 __next__ = next