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

java.lang.Object
  extended by org.jetbrains.k2js.translate.utils.mutator.AssignToExpressionMutator
All Implemented Interfaces:
Mutator

public final class AssignToExpressionMutator
extends java.lang.Object
implements Mutator


Constructor Summary
AssignToExpressionMutator(com.google.dart.compiler.backend.js.ast.JsExpression toAssign)
           
 
Method Summary
 com.google.dart.compiler.backend.js.ast.JsNode mutate(com.google.dart.compiler.backend.js.ast.JsNode node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssignToExpressionMutator

public AssignToExpressionMutator(@NotNull
                                 com.google.dart.compiler.backend.js.ast.JsExpression toAssign)
Method Detail

mutate

@NotNull
public com.google.dart.compiler.backend.js.ast.JsNode mutate(@NotNull
                                                                     com.google.dart.compiler.backend.js.ast.JsNode node)
Specified by:
mutate in interface Mutator