class Scope
- Scope
- Reference
- Object
Defined in:
scope.crConstructors
Instance Method Summary
-
#assign(name : String, value : ValidType)
Assigns a variable to the local scope, this is not global
-
#lookup(name : String) : ValidType
Looks up a variable in this scope and parent scopes
Constructor Detail
Instance Method Detail
Assigns a variable to the local scope, this is not global
Looks up a variable in this scope and parent scopes