RestrictionFlagEncoding

An enumeration used to interpret the flags of a TypeRestriction. The sense of the flags is such that a bit-wise and can be used

Entries

Link copied to clipboard

Whether the value is known to be immutable.

Link copied to clipboard

Whether the value is available in a boxed form in some L2BoxedRegister.

Link copied to clipboard

Whether the value is available in an unboxed form in some L2IntRegister.

Link copied to clipboard

Whether the value is available in an unboxed form in some L2FloatRegister.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mask: Int

A pre-computed bit mask for this flag.

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int