IndexedContext

dotty.tools.pc.IndexedContext
See theIndexedContext companion object
sealed trait IndexedContext

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Empty
class LazyWrapper

Members list

Value members

Abstract methods

def findSymbol(name: Name): Option[List[Symbol]]
def findSymbolInLocalScope(name: String): Option[List[Symbol]]
def rename(sym: Symbol): Option[String]
def scopeSymbols: List[Symbol]

Concrete methods

final def hasRename(sym: Symbol, as: String): Boolean
final def lookupSym(sym: Symbol): Result
final def toplevelClashes(sym: Symbol, inImportScope: Boolean): Boolean

Givens

Givens

given ctx: Context