peekHasValue

Checks if the next token of the TokenInputStream has a value without skipping

Return

The next Token

Since

0.1.0


open fun peekHasValue(offset: Int): Boolean(source)

Checks if the token at the given offset of the TokenInputStream has a value without changing the actual token

Return

The next Token

Since

0.1.0

Parameters

offset

the offset of the token