LocalEnv
dotty.tools.dotc.transform.init.Objects.Env.LocalEnv
case class LocalEnv(meth: Symbol, owner: ClassSymbol)(using x$3: Trace) extends Scope
Local environments can be deeply nested, therefore we need outer
.
For local variables in rhs of class field definitions, the meth
is the primary constructor.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Scopeclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Scope
Attributes
- Inherited from:
- Scope
Attributes
- Inherited from:
- Scope
Attributes
- Inherited from:
- Scope
Attributes
- Inherited from:
- Scope
Attributes
- Inherited from:
- Scope
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Scope
Attributes
- Inherited from:
- Scope
In this article