PcDocumentHighlightProvider

dotty.tools.pc.PcDocumentHighlightProvider
final class PcDocumentHighlightProvider(driver: InteractiveDriver, params: OffsetParams) extends WithSymbolSearchCollector[DocumentHighlight]

Attributes

Graph
Supertypes
class WithSymbolSearchCollector[DocumentHighlight]
trait PcCollector[DocumentHighlight]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def collect(parent: Option[Tree])(tree: Tree | EndMarker, toAdjust: SourcePosition, sym: Option[Symbol]): DocumentHighlight
def highlights: List[DocumentHighlight]

Inherited methods

Attributes

Inherited from:
PcCollector
def result(): List[DocumentHighlight]

Attributes

Inherited from:
WithSymbolSearchCollector
def resultAllOccurences(): Set[DocumentHighlight]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
PcCollector

Inherited fields

val compilatonUnitContext: FreshContext

Attributes

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

Attributes

Inherited from:
PcSymbolSearch
val filePath: Path

Attributes

Inherited from:
WithCompilationUnit
val offset: Int

Attributes

Inherited from:
WithCompilationUnit

Attributes

Inherited from:
WithCompilationUnit
lazy val path: List[Tree]

Attributes

Inherited from:
PcSymbolSearch
val pos: SourcePosition

Attributes

Inherited from:
WithCompilationUnit
lazy val rawPath: List[Tree]

Attributes

Inherited from:
PcSymbolSearch
lazy val soughtSymbols: Option[(Set[Symbol], SourcePosition)]

Attributes

Inherited from:
PcSymbolSearch
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