Scala3
dotty.tools.dotc.semanticdb.Scala3
object Scala3
Members list
Type members
Classlikes
Attributes
- Supertypes
- Known subtypes
object LocalSymbol
Attributes
- Supertypes
- Self type
-
LocalSymbol.type
object RangeOps
case class RefinementSymbol(owner: Symbol, name: Name, tp: Type) extends FakeSymbol
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait FakeSymbolclass Objecttrait Matchableclass AnyShow all
object SemanticSymbolOps
Attributes
- Supertypes
- Self type
-
SemanticSymbolOps.type
object StringOps
enum SymbolKind
Attributes
object SymbolKind
Attributes
- Companion
- enum
- Supertypes
- Self type
-
SymbolKind.type
object SymbolOps
case class TermParamRefSymbol(owner: Symbol, name: Name, tp: Type) extends FakeSymbol
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait FakeSymbolclass Objecttrait Matchableclass AnyShow all
case class TypeParamRefSymbol(owner: Symbol, name: Name, tp: TypeBounds) extends FakeSymbol
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait FakeSymbolclass Objecttrait Matchableclass AnyShow all
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
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait FakeSymbolclass Objecttrait Matchableclass AnyShow all
Types
Value members
Concrete methods
Givens
Givens
Sort symbol occurrences by their start position.
Sort symbol occurrences by their start position.
Attributes
In this article