L2MeetsRestrictionCondition

A condition that holds if a register having one of the given semanticValues is guaranteed to satisfy the provided TypeRestriction.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override val hash: Int

The pre-computed hash.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
override fun hashCode(): Int
Link copied to clipboard
open override fun holdsFor(manifest: L2ValueManifest): Boolean

Answer whether the condition is guaranteed to hold for values constrained by the given L2ValueManifest.

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