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
class Transformer
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def transform(tree: Tree): Tree

Attributes

Definition Classes

Inherited methods

final def transformTreeOpt(treeOpt: Option[Tree]): Option[Tree]

Attributes

Inherited from:
Transformer

Attributes

Inherited from:
Transformer
final def transformTrees(trees: List[Tree]): List[Tree]

Attributes

Inherited from:
Transformer