Ref

scala.scalanative.nir.Type$.Ref
final case class Ref(name: Global, exact: Boolean, nullable: Boolean) extends RefKind

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class RefKind
class Type
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

final def className: Global

Attributes

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

Attributes

Inherited from:
Type
final def isExact: Boolean

Attributes

Inherited from:
RefKind
final def isNullable: Boolean

Attributes

Inherited from:
RefKind
final def mangle: String

Attributes

Inherited from:
Type

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final def show: String

Attributes

Inherited from:
Type