enclosing property

Environment? enclosing
final

The enclosing environment.

If null, the environment is a root environment, usually the global scope of the program.

Implementation

final Environment? enclosing;