Token

data class Token(val text: String)

A classified query token.

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard

Numeric tokens are NEVER container candidates (hard product rule).

Link copied to clipboard
Link copied to clipboard