amyc.analyzer.Scope
See theScope companion object
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object EmptyScope.type
Members list
Value members
Concrete methods
Attributes
Attributes
Resolve a new in the current Scope The Search is recursive !!
Resolve a new in the current Scope The Search is recursive !!
Attributes
Resolve a new in the current Scope The Search is not recursive !!
Resolve a new in the current Scope The Search is not recursive !!
Attributes
Create a new Scope with the mapping (name -> id) in locals The parent of the new Scope is the caller
Create a new Scope with the mapping (name -> id) in locals The parent of the new Scope is the caller
Value parameters
- id
-
(Identifier) -
- str
-
(name) -
Attributes
Attributes
Create a new Scope with the mapping (name -> id) in params The parent of the new Scope is the caller
Create a new Scope with the mapping (name -> id) in params The parent of the new Scope is the caller
Attributes
Attributes
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article