Empty

dotty.tools.pc.IndexedContext.Empty
case object Empty extends IndexedContext

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Empty.type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton

Attributes

Inherited from:
Singleton
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton

Inherited and Abstract types

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

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

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

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

Attributes

Inherited from:
Product

Attributes

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

Attributes

Inherited from:
IndexedContext

Concrete fields

val names: Names

Givens

Givens

given ctx: Context