Companion

object Companion

Properties

Link copied to clipboard
const val TT_EOF: Int

A constant indicating that the end of the stream has been read.

Link copied to clipboard
val TT_EOL: Int

A constant indicating that the end of the line has been read.

Link copied to clipboard
const val TT_NUMBER: Int

A constant indicating that a number token has been read.

Link copied to clipboard
const val TT_WORD: Int

A constant indicating that a word token has been read.