Member
scala.scalanative.nir.Global$.Member
A member of some top-level symbol having its own signature.
Member symbols describe methods and fields, including duplicates generated by interflow. A can only be described based on their "owner" symbol, which is always Global.Top
; members shall not have other members.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Globalclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
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
- Definition Classes
Inherited methods
Returns true
iff this
is a top-level symbol.
Returns the mangled representation of this
.
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
- Inherited from:
- Global
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article