The qualified name of the member in its currently active declaration template.
The qualified name of the member in its currently active declaration template.
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 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
.
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.
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 this member is implicit.
Whether this member is implicit.
Whether this member is a lazy value.
Whether this member is a lazy value.
Whether this member is a template.
Whether this member is a template.
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.
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 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 Scaladoc universe of which this entity is a member.
The Scaladoc universe of which this entity is a member.
The visibility of this member.
The visibility of this member. Note that members with restricted visibility may not be modeled in some universes.
(Since version 2.10.0) Use leftOfArrow instead
(Since version 2.10.0) Use resultOfEnsuring instead