Object/Class

scala.scalanative.nir

Type

Related Docs: class Type | package nir

Permalink

object Type

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Type
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class AggregateKind extends ValueKind

    Permalink

    Aggregate value types.

  2. final case class Array(ty: Type, nullable: Boolean = true) extends RefKind with Product with Serializable

    Permalink
  3. final case class ArrayValue(ty: Type, n: Int) extends AggregateKind with Product with Serializable

    Permalink
  4. sealed abstract class F extends PrimitiveKind

    Permalink
  5. final case class Function(args: Seq[Type], ret: Type) extends SpecialKind with Product with Serializable

    Permalink
  6. sealed abstract class I extends PrimitiveKind

    Permalink
  7. sealed abstract class PrimitiveKind extends ValueKind

    Permalink

    Primitive value types.

  8. final case class Ref(name: Global, exact: Boolean = false, nullable: Boolean = true) extends RefKind with Product with Serializable

    Permalink
  9. sealed abstract class RefKind extends Type

    Permalink

    Reference types.

  10. sealed abstract class SpecialKind extends Type

    Permalink

    Second-class types.

  11. final case class StructValue(tys: Seq[Type]) extends AggregateKind with Product with Serializable

    Permalink
  12. sealed abstract class ValueKind extends Type

    Permalink

    Value types are either primitive or aggregate.

  13. final case class Var(ty: Type) extends SpecialKind with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Bool extends PrimitiveKind with Product with Serializable

    Permalink
  5. object Byte extends I with Product with Serializable

    Permalink
  6. object Char extends I with Product with Serializable

    Permalink
  7. object Double extends F with Product with Serializable

    Permalink
  8. object F

    Permalink
  9. object Float extends F with Product with Serializable

    Permalink
  10. object I

    Permalink
  11. object Int extends I with Product with Serializable

    Permalink
  12. object Long extends I with Product with Serializable

    Permalink
  13. object Nothing extends SpecialKind with Product with Serializable

    Permalink
  14. object Null extends RefKind with Product with Serializable

    Permalink
  15. object Ptr extends PrimitiveKind with Product with Serializable

    Permalink
  16. object Short extends I with Product with Serializable

    Permalink
  17. object Unit extends RefKind with Product with Serializable

    Permalink
  18. object Vararg extends SpecialKind with Product with Serializable

    Permalink
  19. object Virtual extends SpecialKind with Product with Serializable

    Permalink
  20. val arrayToType: Map[Global, Type]

    Permalink
  21. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  22. val box: Map[Type, Type]

    Permalink
  23. val boxClasses: collection.Seq[Global]

    Permalink
  24. val boxesTo: collection.Seq[(Type, Type)]

    Permalink
  25. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  28. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def fromArrayClass(name: Global): Option[Type]

    Permalink
  30. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  32. def isArray(clsName: Global): Boolean

    Permalink
  33. def isArray(clsTy: Ref): Boolean

    Permalink
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. def isPtrBox(ty: Type): Boolean

    Permalink
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toArrayClass(ty: Type): Global

    Permalink
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. val typeToArray: Map[Type, Global]

    Permalink
  43. def typeToName(tpe: Type): Global

    Permalink
  44. val unbox: Map[Type, Type]

    Permalink
  45. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped