SymbolIdent

dotty.tools.pc.AutoImports.SymbolIdent
See theSymbolIdent companion trait
object SymbolIdent

Attributes

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

Members list

Type members

Classlikes

case class Direct(value: String) extends SymbolIdent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SymbolIdent
class Object
trait Matchable
class Any
Show all
case class Select(qual: SymbolIdent, name: String) extends SymbolIdent

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait SymbolIdent
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 direct(name: String): SymbolIdent
def fullIdent(symbol: Symbol)(using Context): SymbolIdent