org.jetbrains.kotlin.js.translate.operation
Class BinaryOperationTranslator

java.lang.Object
  extended by org.jetbrains.kotlin.js.translate.general.AbstractTranslator
      extended by org.jetbrains.kotlin.js.translate.operation.BinaryOperationTranslator

public final class BinaryOperationTranslator
extends AbstractTranslator


Method Summary
static JsExpression translate(KtBinaryExpression expression, TranslationContext context)
           
 
Methods inherited from class org.jetbrains.kotlin.js.translate.general.AbstractTranslator
bindingContext, context, namer, program
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

translate

@NotNull
public static JsExpression translate(@NotNull
                                             KtBinaryExpression expression,
                                             @NotNull
                                             TranslationContext context)