SYMBOL_CONFIDENCE Enum Entry

SYMBOL_CONFIDENCE

Append the recogniser’s confidence for each symbol, for diagnostics.

Properties

name

val name: String

ordinal

val ordinal: Int

Functions

or

infix fun or(other: ScanReader.Flag): EnumSet<ScanReader.Flag>

Combines two flags into a set.

Top