LocalScopeTransformer
dotty.tools.sjs.ir.Transformers.LocalScopeTransformer
abstract class LocalScopeTransformer extends Transformer
Transformer that only transforms in the local scope.
In practice, this means stopping at Closure
boundaries: their captureValues
are transformed, but not their other members.
Attributes
- Graph
-
- Supertypes
Members list
In this article