org.jetbrains.k2js.translate.utils.mutator
Interface Mutator

All Known Implementing Classes:
AssignToExpressionMutator

public interface Mutator


Method Summary
 com.google.dart.compiler.backend.js.ast.JsNode mutate(com.google.dart.compiler.backend.js.ast.JsNode node)
           
 

Method Detail

mutate

@NotNull
com.google.dart.compiler.backend.js.ast.JsNode mutate(@NotNull
                                                              com.google.dart.compiler.backend.js.ast.JsNode node)