case class MissingRef
extends ErrorDenotation

An error denotation that provides more info about the missing reference. Produced by staticRef, consumed by requiredSymbol.

Constructors

MissingRef ( owner: SingleDenotation , name: Name )
MissingRef ( implicit ctx: Context )

Members

[+] private implicit val ctx : Context
[+] val ex : Exception
[+] val name : Name
[+] val owner : SingleDenotation
[+] def _1 : T1
[+] def _2 : T2
[+] def copy ( owner: SingleDenotation , name: Name ) ( implicit ctx: Context ) : MissingRef
[+] def copy$default$1 : SingleDenotation
[+] def copy$default$2 : Name