Collector

dotty.tools.pc.PcSemanticTokensProvider.Collector

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Show all
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

Attributes

Inherited from:
PcCollector
def result(): List[Option[Node]]

Attributes

Inherited from:
SimpleCollector

Attributes

Inherited from:
PcCollector
def resultWithSought(sought: Set[Symbol]): List[Option[Node]]

Attributes

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

Attributes

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

Attributes

Inherited from:
PcCollector

Inherited fields

val compilatonUnitContext: FreshContext

Attributes

Inherited from:
WithCompilationUnit
val driver: InteractiveDriver

Attributes

Inherited from:
WithCompilationUnit
val filePath: Path

Attributes

Inherited from:
WithCompilationUnit
val offset: Int

Attributes

Inherited from:
WithCompilationUnit

Attributes

Inherited from:
WithCompilationUnit
val pos: SourcePosition

Attributes

Inherited from:
WithCompilationUnit
val source: SourceFile

Attributes

Inherited from:
WithCompilationUnit

Attributes

Inherited from:
WithCompilationUnit
val text: Array[Char]

Attributes

Inherited from:
WithCompilationUnit
val unit: CompilationUnit

Attributes

Inherited from:
WithCompilationUnit
val uri: URI

Attributes

Inherited from:
WithCompilationUnit

Givens

Inherited givens

given ctx: Context

Attributes

Inherited from:
WithCompilationUnit

Extensions

Inherited extensions

extension (span: Span)

Attributes

Inherited from:
PcCollector
extension (tree: Tree)

Attributes

Inherited from:
PcCollector