Scala3

dotty.tools.dotc.semanticdb.Scala3$
object Scala3

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Scala3.type

Members list

Concise view

Type members

Classlikes

sealed trait FakeSymbol

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object InfoOps

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
InfoOps.type

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object NameOps

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
NameOps.type
object RangeOps

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
case class RefinementSymbol(owner: Symbol, name: Name, tp: Type) extends FakeSymbol

Attributes

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object StringOps

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
object
Graph
Supertypes
trait Enum
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
object SymbolKind

Attributes

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object Symbols

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Symbols.type
case class TermParamRefSymbol(owner: Symbol, name: Name, tp: Type) extends FakeSymbol

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
case class TypeParamRefSymbol(owner: Symbol, name: Name, tp: TypeBounds) extends FakeSymbol

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
case class WildcardTypeSymbol(owner: Symbol, bounds: TypeBounds) extends FakeSymbol

Fake symbol that represents wildcard symbol which will be converted to semanticdb symbol with

Fake symbol that represents wildcard symbol which will be converted to semanticdb symbol with

  • name: local...
  • SymbolInformation with signature TypeSignature of given type bound.

Attributes

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

Value members

Concrete methods

def namePresentInSource(desig: Designator, span: Span, source: SourceFile)(using Context): Boolean
def range(span: Span, treeSource: SourceFile)(using Context): Option[Range]

Givens

Givens

given InfoOps: InfoOps.type
given NameOps: NameOps.type
given RangeOps: RangeOps.type
given StringOps: StringOps.type
given SymbolOps: SymbolOps.type

Sort symbol occurrences by their start position.

Sort symbol occurrences by their start position.

Attributes