skip

open override fun skip()(source)

Skip the next Token from the TokenBasedTokenInputStream

Since

0.1.0

Throws

if there are no Tokens left


open override fun skip(amount: Int)(source)

Skip a specific amount of Tokens from the TokenBasedTokenInputStream

Since

0.1.0

Parameters

amount

the amount of Tokens to skip

Throws

if there are not enough Tokens left