Companion

object Companion

Properties

Link copied to clipboard
const val INVALID_LEXICAL_STATE: Int = 2

Tried to change to an invalid lexical state.

Link copied to clipboard
const val LEXICAL_ERROR: Int = 0

Lexical error occurred.

Link copied to clipboard
const val LOOP_DETECTED: Int = 3

Detected (and bailed out of) an infinite loop in the token manager.

Link copied to clipboard
const val STATIC_LEXER_ERROR: Int = 1

An attempt was made to create a second instance of a static token manager.