peekValue

open fun peekValue(): String?(source)

Returns the value of the next token without changing the actual token

Return

The next token-value

Since

0.1.0


open fun peekValue(offset: Int): String?(source)

Peek the token value at the given index

Return

the token-value at the given index

Since

0.1.0

Parameters

offset

the offset of the token