OrdTermState

open class OrdTermState : TermState

An ordinal based TermState

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var ord: Long

Term ordinal, i.e. its position in the full list of sorted terms.

Functions

Link copied to clipboard
open override fun clone(): TermState
Link copied to clipboard
open override fun copyFrom(other: TermState)

Copies the content of the given TermState to this instance

Link copied to clipboard
open override fun toString(): String