peekToken

abstract fun peekToken(): Token

Return the next token, but do not delete it from the stream.

Return

The token that will be returned on the next call to next

Throws

Thrown in case of malformed input.

if no more token left