Transformers
dotty.tools.sjs.ir.Transformers
object Transformers
Attributes
- Graph
-
- Supertypes
- Self type
-
Transformers.type
Members list
Type members
Classlikes
abstract class ClassTransformer extends Transformer
Attributes
- Supertypes
abstract class LocalScopeTransformer extends Transformer
Transformer that only transforms in the local scope.
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
- Supertypes
Attributes
- Supertypes
- Known subtypes
-
class ClassTransformerclass LocalScopeTransformer
In this article