Descriptor

dotty.tools.dotc.semanticdb.Descriptor$
See theDescriptor companion trait
object Descriptor

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

final case class Method(value: String, disambiguator: String) extends Descriptor

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
case object None extends Descriptor

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
None.type
final case class Package(value: String) extends Descriptor

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class Parameter(value: String) extends Descriptor

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class Term(value: String) extends Descriptor

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class Type(value: String) extends Descriptor

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
final case class TypeParameter(value: String) extends Descriptor

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror