Global

scala.scalanative.nir.Global
See theGlobal companion object
sealed abstract class Global

The identifier of a type or method (aka a symbol).

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Member
object None.type
class Top

Members list

Value members

Abstract methods

def member(sig: Sig): Member

Returns a member of this with the given signature.

Returns a member of this with the given signature.

  • Requires: this is a top-level symbol.

Attributes

def top: Top

Returns the owner of this.

Returns the owner of this.

Attributes

Concrete methods

final def isTop: Boolean

Returns true iff this is a top-level symbol.

Returns true iff this is a top-level symbol.

Attributes

final def mangle: String

Returns the mangled representation of this.

Returns the mangled representation of this.

Attributes

def member(sig: Unmangled): Member

Returns a member of this with the given signature.

Returns a member of this with the given signature.

  • Requires: this is a top-level symbol.

Attributes

final def show: String

Returns a textual representation of this.

Returns a textual representation of this.

Attributes