org.jetbrains.k2js.translate.intrinsic.operation
Interface BinaryOperationIntrinsic

All Known Implementing Classes:
CompareToInstrinsic, EqualsIntrinsic

public interface BinaryOperationIntrinsic


Method Summary
 com.google.dart.compiler.backend.js.ast.JsExpression apply(JetBinaryExpression expression, com.google.dart.compiler.backend.js.ast.JsExpression left, com.google.dart.compiler.backend.js.ast.JsExpression right, TranslationContext context)
           
 boolean isApplicable(JetBinaryExpression expression, TranslationContext context)
           
 

Method Detail

isApplicable

boolean isApplicable(@NotNull
                     JetBinaryExpression expression,
                     @NotNull
                     TranslationContext context)

apply

@NotNull
com.google.dart.compiler.backend.js.ast.JsExpression apply(@NotNull
                                                                   JetBinaryExpression expression,
                                                                   @NotNull
                                                                   com.google.dart.compiler.backend.js.ast.JsExpression left,
                                                                   @NotNull
                                                                   com.google.dart.compiler.backend.js.ast.JsExpression right,
                                                                   @NotNull
                                                                   TranslationContext context)