Sig

scala.scalanative.nir.Sig$
See theSig companion class
object Sig

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Sig.type

Members list

Type members

Classlikes

case object Clinit extends Unmangled

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Unmangled
class Object
trait Matchable
class Any
Show all
Self type
Clinit.type
final case class Ctor(types: Seq[Type]) extends Unmangled

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Unmangled
class Object
trait Matchable
class Any
Show all
final case class Duplicate(of: Sig, types: Seq[Type]) extends Unmangled

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Unmangled
class Object
trait Matchable
class Any
Show all
final case class Extern(id: String) extends Unmangled

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Unmangled
class Object
trait Matchable
class Any
Show all
final case class Field(id: String, scope: Scope) extends Unmangled

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Unmangled
class Object
trait Matchable
class Any
Show all
final case class Generated(id: String) extends Unmangled

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Unmangled
class Object
trait Matchable
class Any
Show all
final case class Method(id: String, types: Seq[Type], scope: Scope) extends Unmangled

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Unmangled
class Object
trait Matchable
class Any
Show all
final case class Proxy(id: String, types: Seq[Type]) extends Unmangled

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Unmangled
class Object
trait Matchable
class Any
Show all
sealed abstract class Scope(val isStatic: Boolean, val privateIn: Option[Global])

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Private
object Public.type
object PublicStatic.type
object Scope

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Scope.type
sealed abstract class Unmangled

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Clinit.type
class Ctor
class Duplicate
class Extern
class Field
class Generated
class Method
class Proxy
Show all

Implicits

Implicits

implicit def unmangledToMangled(sig: Unmangled): Sig