L2IsUnboxedIntCondition

A condition that holds if some register (an L2IntRegister) holds the unboxed Int form of some value.

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