Kind

dotty.tools.dotc.semanticdb.SymbolInformation.Kind
See theKind companion class
object Kind

Attributes

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

Members list

Type members

Classlikes

case object CLASS extends Kind, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Kind
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
CLASS.type
case object CONSTRUCTOR extends Kind, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Kind
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object FIELD extends Kind, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Kind
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
FIELD.type
case object INTERFACE extends Kind, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Kind
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
INTERFACE.type
case object LOCAL extends Kind, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Kind
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
LOCAL.type
case object MACRO extends Kind, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Kind
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
MACRO.type
case object METHOD extends Kind, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Kind
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
METHOD.type
case object OBJECT extends Kind, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Kind
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
OBJECT.type
case object PACKAGE extends Kind, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Kind
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
PACKAGE.type
case object PACKAGE_OBJECT extends Kind, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Kind
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object PARAMETER extends Kind, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Kind
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
PARAMETER.type
sealed trait Recognized extends Kind

Attributes

Supertypes
class Kind
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object CLASS
object CONSTRUCTOR
object FIELD
object INTERFACE
object LOCAL
object MACRO
object METHOD
object OBJECT
object PACKAGE
object PARAMETER
object TRAIT
object TYPE
object UNKNOWN_KIND
Show all
case object SELF_PARAMETER extends Kind, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Kind
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object TRAIT extends Kind, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Kind
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
TRAIT.type
case object TYPE extends Kind, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Kind
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
TYPE.type
case object TYPE_PARAMETER extends Kind, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Kind
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case object UNKNOWN_KIND extends Kind, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Kind
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
final case class Unrecognized(unrecognizedValue: Int) extends Kind, SemanticdbUnrecognizedEnum

Attributes

Supertypes
trait SemanticdbUnrecognizedEnum
class Kind
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
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

Value members

Concrete methods

def fromValue(`__value`: Int): Kind

Concrete fields

lazy val values: Seq[Recognized]

Givens