lookaheadIterator

@JvmName(name = "lookaheadIterator")
actual fun lookaheadIterator(state: UShort): LookaheadIterator(source)

Create a new lookahead iterator for the given parse state.

Throws

If the state is invalid for this language.

Create a new lookahead iterator for the given parse state.

Throws

If the state is invalid for this language.

@JvmName(name = "lookaheadIterator")
actual fun lookaheadIterator(state: UShort): LookaheadIterator(source)

Create a new lookahead iterator for the given parse state.

Throws

If the state is invalid for this language.

Create a new lookahead iterator for the given parse state.

Throws

If the state is invalid for this language.