Exposes the dependencies of the root
tree in three functions or maps:
freeVars
, tracked
, and logicalOwner
.
- Companion
- object
Value members
Concrete methods
The set of free variables of a function, including free variables of its callees
The set of free variables of a function, including free variables of its callees
The outermost class that captures all free variables of a function that are captured by enclosinh classes (this means that the function could be placed in that class without having to add more environment parameters)
The outermost class that captures all free variables of a function that are captured by enclosinh classes (this means that the function could be placed in that class without having to add more environment parameters)