nextLexingState

abstract fun nextLexingState(): LexingState

Answer the LexingState that follows this token, or null if it hasn't been set yet.

Return

The next LexingState or null.