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
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.