org.jetbrains.k2js.translate.operation
Class BinaryOperationTranslator

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

public final class BinaryOperationTranslator
extends AbstractTranslator


Method Summary
static JsExpression translate(JetBinaryExpression expression, TranslationContext context)
           
 
Methods inherited from class org.jetbrains.k2js.translate.general.AbstractTranslator
bindingContext, context, 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
                                             JetBinaryExpression expression,
                                             @NotNull
                                             TranslationContext context)