ValueKind

scala.scalanative.nir.Type.ValueKind
sealed abstract class ValueKind extends Type

The type of an aggregate or primitive value.

Attributes

Graph
Supertypes
class Type
class Object
trait Matchable
class Any
Known subtypes
class ArrayValue
class StructValue
trait I
class FixedSizeI
object Byte
object Char
object Int
object Long
object Short
object Size
object Bool
class F
object Double
object Float
object Ptr
Show all

Members list

Value members

Inherited methods

def =?=(other: Type): Boolean

Attributes

Inherited from:
Type
final def elemty(path: Seq[Val]): Type

Attributes

Inherited from:
Type

Attributes

Inherited from:
Type
final def mangle: String

The mangled representation of this.

The mangled representation of this.

Attributes

Inherited from:
Type
final def show: String

A textual representation of this.

A textual representation of this.

Attributes

Inherited from:
Type