The kind of the entity
The kind of the entity
The annotations attached to this entity, if any.
The annotations attached to this entity, if any.
If this member originates from an implicit conversion, we set the implicit information to the correct origin
If this member originates from an implicit conversion, we set the implicit information to the correct origin
Some deprecation message if this member is deprecated, or none otherwise.
Some deprecation message if this member is deprecated, or none otherwise.
The flags that have been set for this entity.
The flags that have been set for this entity. The following flags are supported: implicit
, sealed
, abstract
,
and final
.
The group this member is from
The group this member is from
The templates in which this member has been declared.
The templates in which this member has been declared. The first element of the list is the template that contains
the currently active declaration of this member, subsequent elements are declarations that have been overriden. If
the first element is equal to inTemplate
, the member is declared locally, if not, it has been inherited. All
elements of this list are in the linearization of inTemplate
.
Whether or not the template was defined in a package object
Whether or not the template was defined in a package object
The template of which this entity is a member.
The template of which this entity is a member.
Whether this member is abstract.
Whether this member is abstract.
Whether this member is an abstract type.
Whether this member is an abstract type.
Whether this member is an alias type.
Whether this member is an alias type.
Indicates whether there are other implicitly inherited members that have similar signatures (and thus they all become ambiguous)
Indicates whether there are other implicitly inherited members that have similar signatures (and thus they all become ambiguous)
Whether this template is a case class.
Whether this template is a case class.
Whether this template is a class.
Whether this template is a class.
Whether this member is a constructor.
Whether this member is a constructor.
Whether this member is a method.
Whether this member is a method.
Whether documentation is available for this template.
Whether documentation is available for this template.
Indicates whether the member is inherited by implicit conversion
Indicates whether the member is inherited by implicit conversion
Whether this member is a lazy value.
Whether this member is a lazy value.
Whether this template is an object.
Whether this template is an object.
Whether this template is a package (including the root package).
Whether this template is a package (including the root package).
Whether this template is the root package.
Whether this template is the root package.
Indicates whether there is another member with the same name in the template that will take precendence
Indicates whether there is another member with the same name in the template that will take precendence
Indicates whether the implicitly inherited member is shadowed or ambiguous in its template
Indicates whether the implicitly inherited member is shadowed or ambiguous in its template
Whether this template is a trait.
Whether this template is a trait.
Indicates whether this entity lives in the types namespace (classes, traits, abstract/alias types)
Indicates whether this entity lives in the types namespace (classes, traits, abstract/alias types)
Whether this member is a value (this excludes lazy values).
Whether this member is a value (this excludes lazy values).
Whether this member is a variable.
Whether this member is a variable.
Some migration warning if this member has a migration annotation, or none otherwise.
Some migration warning if this member has a migration annotation, or none otherwise.
The name of the entity.
The name of the entity. Note that the name does not qualify this entity uniquely; use its qualifiedName
instead.
TODO, these are now only computed for DocTemplates
TODO, these are now only computed for DocTemplates
The qualified name of the entity.
The qualified name of the entity. This is this entity's name preceded by the qualified name of the template of which this entity is a member. The qualified name is unique to this entity.
For members representing values: the type of the value returned by this member; for members representing types: the type itself.
For members representing values: the type of the value returned by this member; for members representing types: the type itself.
The self-type of this template, if it differs from the template type.
The self-type of this template, if it differs from the template type.
The identity of this member, used for linking
The identity of this member, used for linking
The list of entities such that each is a member of the entity that follows it; the first entity is always this member, the last the root package entity.
The list of entities such that each is a member of the entity that follows it; the first entity is always this member, the last the root package entity.
The qualified name of this entity.
The qualified name of this entity.
The type parameters of this entity.
The type parameters of this entity.
The Scaladoc universe of which this entity is a member.
The Scaladoc universe of which this entity is a member.
If this symbol is a use case, the useCaseOf will contain the member it was derived from, containing the full signature and the complete parameter descriptions.
If this symbol is a use case, the useCaseOf will contain the member it was derived from, containing the full signature and the complete parameter descriptions.
The value parameters of this case class, or an empty list if this class is not a case class.
The value parameters of this case class, or an empty list if this class is not a case class. As case class value parameters cannot be curried, the outer list has exactly one element.
The visibility of this member.
The visibility of this member. Note that members with restricted visibility may not be modeled in some universes.
(memberTemplateImpl: StringAdd).self
(memberTemplateImpl: StringFormat).self
(memberTemplateImpl: ArrowAssoc[(ModelFactory.this)#MemberTemplateImpl]).x
(Since version 2.10.0) Use leftOfArrow
instead
(memberTemplateImpl: Ensuring[(ModelFactory.this)#MemberTemplateImpl]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
An inherited template that was not documented in its original owner - example: in classpath: trait T { class C } -- T (and implicitly C) are not documented in the source: trait U extends T -- C appears in U as a MemberTemplateImpl -- that is, U has a member for it but C doesn't get its own page