Collector

dotty.tools.pc.PcSemanticTokensProvider.Collector
object Collector extends PcCollector[Option[Node]]

Attributes

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

Members list

Value members

Concrete methods

override def collect(parent: Option[Tree])(tree: Tree | EndMarker, pos: SourcePosition, symbol: Option[Symbol]): Option[Node]

Attributes

Definition Classes

Inherited methods

def result(): List[Option[Node]]

Attributes

Inherited from:
PcCollector

Attributes

Inherited from:
PcCollector

Attributes

Inherited from:
PcCollector
def soughtSymbols(path: List[Tree]): Option[(Set[Symbol], SourcePosition)]

Attributes

Inherited from:
PcCollector
def symbolAlternatives(sym: Symbol): Set[Symbol]

Attributes

Inherited from:
PcCollector
def traverseSought(filter: Tree => Boolean, soughtFilter: (Symbol => Boolean) => Boolean): Set[Option[Node]]

Attributes

Inherited from:
PcCollector

Inherited fields

val compilatonUnitContext: FreshContext

Attributes

Inherited from:
PcCollector
lazy val extensionMethods: Option[ExtMethods]

Attributes

Inherited from:
PcCollector
val filePath: Path

Attributes

Inherited from:
PcCollector
val offset: Int

Attributes

Inherited from:
PcCollector

Attributes

Inherited from:
PcCollector
val path: List[Tree]

Attributes

Inherited from:
PcCollector
val pos: SourcePosition

Attributes

Inherited from:
PcCollector
val rawPath: List[Tree]

Attributes

Inherited from:
PcCollector
val source: SourceFile

Attributes

Inherited from:
PcCollector

Attributes

Inherited from:
PcCollector
val text: Array[Char]

Attributes

Inherited from:
PcCollector
val unit: CompilationUnit

Attributes

Inherited from:
PcCollector
val uri: URI

Attributes

Inherited from:
PcCollector

Givens

Inherited givens

given ctx: Context

Attributes

Inherited from:
PcCollector

Extensions

Inherited extensions

extension (span: Span)

Attributes

Inherited from:
PcCollector