SemanticType

A structure that represents a semantic type.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The semantic type falsey cell value.

Link copied to clipboard

The other names or aliases for the false cell value.

Link copied to clipboard

The semantic type sub type name.

Link copied to clipboard

The semantic type truthy cell value.

Link copied to clipboard

The other names or aliases for the true cell value.

Link copied to clipboard

The semantic type name.

Link copied to clipboard

The semantic type parameters.

Functions

Link copied to clipboard
inline fun copy(block: SemanticType.Builder.() -> Unit = {}): SemanticType
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String