Toggle menu
Nitlanguage.org
Nitdoc
nitc
semantize
scope
Scope
_variables
private
var
_variables
:
HashMap
[
String
,
Variable
]
nitc
::
Scope
::
_variables
Doc
Linearization
Summary
Property definitions
nitc::scope$Scope$_variables
Property definitions
nitc
$
Scope
::
_variables
var
variables
=
new
HashMap
[
String
,
Variable
]
src/semantize/scope.nit:232,2--46