dotty.tools.scaladoc.Member
See theMember companion object
case class Member(name: String, fullName: String, dri: DRI, kind: Kind, visibility: Visibility = ..., modifiers: Seq[Modifier] = ..., annotations: List[Annotation] = ..., signature: Signature = ..., sources: Option[TastyMemberSource] = ..., origin: Origin = ..., inheritedFrom: Option[InheritedFrom] = ..., graph: HierarchyGraph = ..., docs: Option[Comment] = ..., members: Seq[Member] = ..., directParents: Seq[LinkToType] = ..., parents: Seq[LinkToType] = ..., selfType: Option[LinkToType] = ..., knownChildren: Seq[LinkToType] = ..., companion: Option[(Kind, DRI)] = ..., deprecated: Option[Annotation] = ..., experimental: Option[Annotation] = ...)
Attributes
- Companion
- object
- Experimental
- true
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Inherited methods
An iterator over the names of all the elements of this product.
An iterator over all the elements of this product.
An iterator over all the elements of this product.
Attributes
- Returns
-
in the default implementation, an
Iterator[Any] - Inherited from:
- Product
Experimental methods
Extension method from dotty.tools.scaladoc
Attributes
- Experimental
- true
Extension method from dotty.tools.scaladoc
Attributes
- Experimental
- true
Extension method from dotty.tools.scaladoc
Attributes
- Experimental
- true
Extension method from dotty.tools.scaladoc
Attributes
- Experimental
- true
Extension method from dotty.tools.scaladoc
Attributes
- Experimental
- true
Extension method from dotty.tools.scaladoc
Attributes
- Experimental
- true
Extension method from dotty.tools.scaladoc
Attributes
- Experimental
- true
Extension method from dotty.tools.scaladoc
Attributes
- Experimental
- true
Extension method from dotty.tools.scaladoc
Attributes
- Experimental
- true
Extension method from dotty.tools.scaladoc
Attributes
- Experimental
- true
Extension method from dotty.tools.scaladoc
Attributes
- Experimental
- true
Extension method from dotty.tools.scaladoc
Attributes
- Experimental
- true
Extension method from dotty.tools.scaladoc
Attributes
- Experimental
- true
Extension method from dotty.tools.scaladoc
Attributes
- Experimental
- true
Extension method from dotty.tools.scaladoc
Attributes
- Experimental
- true
In this article