EmptyScope
The empty scope (immutable).
Value members
Concrete methods
Returns a new mutable scope with the same content as this one.
Returns a new mutable scope with the same content as this one.
- Definition Classes
Lookup a symbol entry matching given name.
Lookup a symbol entry matching given name.
- Definition Classes
Lookup next entry with same name as this one
Lookup next entry with same name as this one
- Definition Classes
The number of scopes enclosing this scope.
The number of scopes enclosing this scope.
- Definition Classes
Inherited methods
Does this scope contain a reference to sym
when looking up name
?
Does this scope contain a reference to sym
when looking up name
?
- Inherited from:
- Scope
The denotation set of all the symbols with given name in this scope
Symbols occur in the result in reverse order relative to their occurrence
in this.toList
.
The denotation set of all the symbols with given name in this scope
Symbols occur in the result in reverse order relative to their occurrence
in this.toList
.
- Inherited from:
- Scope
Ensure that all elements of this scope have been entered.
Overridden by SymbolLoaders.PackageLoader#PackageScope, where it
makes sure that all names with $
's have been added.
Ensure that all elements of this scope have been entered.
Overridden by SymbolLoaders.PackageLoader#PackageScope, where it
makes sure that all names with $
's have been added.
- Inherited from:
- Scope
Tests whether a predicate holds for at least one Symbol of this Scope.
Tests whether a predicate holds for at least one Symbol of this Scope.
- Inherited from:
- Scope
A fallback text representation, if the pattern matching in Printers does not have a case for this showable element
A fallback text representation, if the pattern matching in Printers does not have a case for this showable element
- Inherited from:
- Showable
Selects all Symbols of this Scope which satisfy a predicate.
Selects all Symbols of this Scope which satisfy a predicate.
- Inherited from:
- Scope
The scope that keeps only those symbols from this scope that match the given predicates. If all symbols match, returns the scope itself, otherwise a copy with the matching symbols.
The scope that keeps only those symbols from this scope that match the given predicates. If all symbols match, returns the scope itself, otherwise a copy with the matching symbols.
- Inherited from:
- Scope
Finds the first Symbol of this Scope satisfying a predicate, if any.
Finds the first Symbol of this Scope satisfying a predicate, if any.
- Inherited from:
- Scope
Applies a function f to all Symbols of this Scope.
Applies a function f to all Symbols of this Scope.
- Inherited from:
- Scope
Return all symbols as an iterator in the order they were entered in this scope.
Return all symbols as an iterator in the order they were entered in this scope.
- Inherited from:
- Scope
Returns an iterator yielding every symbol with given name in this scope.
Returns an iterator yielding every symbol with given name in this scope.
- Inherited from:
- Scope
The string representation of this showable element.
The string representation of this showable element.
- Inherited from:
- Showable
The string representation with each line after the first one indented by the given given margin (in spaces).
The string representation with each line after the first one indented by the given given margin (in spaces).
- Inherited from:
- Showable
The summarized string representation of this showable element. Recursion depth is limited to some smallish value. Default is Config.summarizeDepth.
The summarized string representation of this showable element. Recursion depth is limited to some smallish value. Default is Config.summarizeDepth.
- Inherited from:
- Showable