LocalScopeTraverser
dotty.tools.sjs.ir.Traversers.LocalScopeTraverser
abstract class LocalScopeTraverser extends Traverser
Traverser that only traverses the local scope.
In practice, this means stopping at Closure
boundaries: their captureValues
are traversed, but not their other members.
Attributes
- Graph
-
- Supertypes
Members list
In this article