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
Descriptor.type

Members list

Type members

Classlikes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Descriptor
class Object
trait Matchable
class Any
Show all
case object None extends Descriptor

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Descriptor
class Object
trait Matchable
class Any
Show all

Inherited and Abstract 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