Role

dotty.tools.dotc.semanticdb.SymbolOccurrence.Role
See theRole companion class
object Role

Attributes

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

Members list

Type members

Classlikes

case object DEFINITION extends Role, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Role
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
DEFINITION.type
case object REFERENCE extends Role, Recognized

Attributes

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

Attributes

Supertypes
class Role
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Known subtypes
object DEFINITION
object REFERENCE
object UNKNOWN_ROLE
case object UNKNOWN_ROLE extends Role, Recognized

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Recognized
class Role
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 Role, SemanticdbUnrecognizedEnum

Attributes

Supertypes
trait SemanticdbUnrecognizedEnum
class Role
trait SemanticdbGeneratedEnum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

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

Value members

Concrete methods

def fromValue(`__value`: Int): Role

Concrete fields

lazy val values: Seq[Recognized]

Givens