EnvMap
dotty.tools.dotc.transform.init.Objects.EnvMap
object EnvMap
Attributes
- Graph
-
- Supertypes
- Self type
Members list
Type members
Classlikes
Store the heap as a mutable field to avoid threading it through the program.
Store the heap as a mutable field to avoid threading it through the program.
Attributes
- Supertypes
Types
Immutable env map data used in the cache.
Immutable env map data used in the cache.
We need to use structural equivalence so that in different iterations the cache can be effective.
Attributes
Value members
Concrete methods
def writeJoinThisV(env: EnvRef, thisV: Objects.this.ThisValue)(using mutable: EnvMapMutableData): Unit
def writeJoinVal(env: EnvRef, valSymbol: Symbol, value: Objects.this.Value)(using mutable: EnvMapMutableData): Unit
In this article