EnvRef
dotty.tools.dotc.transform.init.Objects.Env.EnvRef
case class EnvRef(tree: Tree, owner: ClassSymbol)(using x$3: Trace) extends Scope
Represents environments for evaluating methods, functions, or lazy/by-name values For methods or closures, tree is the DefDef of the method. For lazy/by-name values, tree is the rhs of the definition or the argument passed to by-name param
Attributes
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Checks whether this instance is equal to that. This universal equality method is defined in AnyRef.
Checks whether this instance is equal to that. This universal equality method is defined in AnyRef.
Attributes
- Definition Classes
-
Equals -> Any
Inherited methods
An iterator over the names of all the elements of this product.
An iterator over all the elements of this product.
An iterator over all the elements of this product.
Attributes
- Returns
-
in the default implementation, an
Iterator[Any] - Inherited from:
- Product
In this article