Unmangled

scala.scalanative.nir.Sig$.Unmangled
sealed abstract class Unmangled

Attributes

Graph
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

Members list

Value members

Concrete methods

final def isClinit: Boolean
Implicitly added by unmangledToMangled
final def isCtor: Boolean
Implicitly added by unmangledToMangled
final def isDuplicate: Boolean
Implicitly added by unmangledToMangled
final def isExtern: Boolean
Implicitly added by unmangledToMangled
final def isField: Boolean
Implicitly added by unmangledToMangled
final def isGenerated: Boolean
Implicitly added by unmangledToMangled
final def isMethod: Boolean
Implicitly added by unmangledToMangled
final def isPrivate: Boolean
Implicitly added by unmangledToMangled
final def isProxy: Boolean
Implicitly added by unmangledToMangled
final def isStatic: Boolean
Implicitly added by unmangledToMangled
final def isVirtual: Boolean
Implicitly added by unmangledToMangled
final def mangled: Sig
final def show: String
Implicitly added by unmangledToMangled
final def toProxy: Sig
Implicitly added by unmangledToMangled
final def unmangled: Unmangled
Implicitly added by unmangledToMangled

Concrete fields

final lazy override val hashCode: Int
Implicitly added by unmangledToMangled

Calculate a hash code value for the object.

Calculate a hash code value for the object.

The default hashing algorithm is platform dependent.

Note that it is allowed for two objects to have identical hash codes (o1.hashCode.equals(o2.hashCode)) yet not be equal (o1.equals(o2) returns false). A degenerate implementation could always return 0. However, it is required that if two objects are equal (o1.equals(o2) returns true) that they have identical hash codes (o1.hashCode.equals(o2.hashCode)). Therefore, when overriding this method, be sure to verify that the behavior is consistent with the equals method.

Attributes

Returns

the hash code value for this object.

val mangle: String
Implicitly added by unmangledToMangled
final lazy val privateIn: Option[Top]
Implicitly added by unmangledToMangled