NameResolutionLibrary

trait NameResolutionLibrary(val name: String) extends Library with NormValue
trait NormValue
trait Library
class Object
trait Matchable
class Any
object IntsLibrary.type

Value members

Abstract methods

def members: PartialFunction[String, NormValue]

Concrete methods

override def get(key: RecordKey, up: Int): Process[NormValue]
Definition Classes
override def resolve(context: NormValue, ref: LibRef, normalizer: Normalizer): Process[NormValue]
Definition Classes
override def toTerm: Term
Definition Classes

Inherited methods

Inherited from:
NormValue
def asInt: Process[BigInt]
Inherited from:
NormValue
Inherited from:
NormValue
def errorDisplay: Option[String]
Inherited from:
NormValue
Inherited from:
NormValue
Inherited from:
NormValue
def isAbstract: Boolean
Inherited from:
NormValue
def isUnit: Boolean
Inherited from:
NormValue
Inherited from:
NormValue
Inherited from:
NormValue
def position: Option[Position]
Inherited from:
NormValue
Inherited from:
NormValue
def view(context: NormValue): Term
Inherited from:
NormValue

Concrete fields

val name: String

Givens

Inherited givens