LazyWrapper

dotty.tools.pc.IndexedContext.LazyWrapper
class LazyWrapper(using val ctx: Context) extends IndexedContext

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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

Inherited methods

final def findSymbol(name: Name): Option[List[Symbol]]

Attributes

Inherited from:
IndexedContext
final def hasRename(sym: Symbol, as: String): Boolean

Attributes

Inherited from:
IndexedContext

Attributes

Inherited from:
IndexedContext
final def isEmpty: Boolean

Attributes

Inherited from:
IndexedContext
final def lookupSym(sym: Symbol): Result

Attributes

Inherited from:
IndexedContext
final def toplevelClashes(sym: Symbol): Boolean

Attributes

Inherited from:
IndexedContext

Concrete fields

val names: Names

Givens

Givens

given ctx: Context