Env

dotty.tools.dotc.cc.CheckCaptures$.Env
case class Env(owner: Symbol, captured: CaptureSet, isBoxed: Boolean, outer0: Env | Null)

A class describing environments.

Attributes

captured

the caputure set containing all references to tracked free variables outside of boxes

isBoxed

true if the environment is inside a box (in which case references are not counted)

outer0

the next enclosing environment

owner

the current owner

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

If an environment is open it tracks free references

If an environment is open it tracks free references

Attributes

def outer: Env

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product