org.jetbrains.k2js.translate.utils.mutator
Class LastExpressionMutator

java.lang.Object
  extended by org.jetbrains.k2js.translate.utils.mutator.LastExpressionMutator

public final class LastExpressionMutator
extends java.lang.Object


Method Summary
static com.google.dart.compiler.backend.js.ast.JsStatement mutateLastExpression(com.google.dart.compiler.backend.js.ast.JsNode node, Mutator mutator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

mutateLastExpression

public static com.google.dart.compiler.backend.js.ast.JsStatement mutateLastExpression(@NotNull
                                                                                       com.google.dart.compiler.backend.js.ast.JsNode node,
                                                                                       @NotNull
                                                                                       Mutator mutator)