org.jetbrains.kotlin.js.translate.utils.mutator
Interface Mutator

All Known Implementing Classes:
AssignToExpressionMutator

public interface Mutator


Method Summary
 JsNode mutate(JsNode node)
           
 

Method Detail

mutate

@NotNull
JsNode mutate(@NotNull
                      JsNode node)