enclosing property
The enclosing environment.
If null
, the environment is a root environment, usually the global
scope of the program.
Implementation
final Environment? enclosing;
The enclosing environment.
If null
, the environment is a root environment, usually the global
scope of the program.
final Environment? enclosing;