class Scope
Handles the scope stack for tracking identifier to variable relation.
- Companion:
- object
class Object
trait Matchable
class Any
Value members
Concrete methods
def pushNewMethodScope(methodFullName: String, name: String, scopeNode: NewNode, capturingRefId: Option[NewNode]): Unit
def resolve(unresolvedHandler: (NewNode, String) => (NewNode, ScopeType)): Iterator[ResolvedReference]