org.jetbrains.k2js.translate.operation
Class OperatorTable

java.lang.Object
  extended by org.jetbrains.k2js.translate.operation.OperatorTable

public final class OperatorTable
extends java.lang.Object


Method Summary
static com.google.dart.compiler.backend.js.ast.JsBinaryOperator getBinaryOperator(JetToken token)
           
static com.google.dart.compiler.backend.js.ast.JsUnaryOperator getUnaryOperator(JetToken token)
           
static boolean hasCorrespondingBinaryOperator(JetToken token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

hasCorrespondingBinaryOperator

public static boolean hasCorrespondingBinaryOperator(@NotNull
                                                     JetToken token)

getBinaryOperator

@NotNull
public static com.google.dart.compiler.backend.js.ast.JsBinaryOperator getBinaryOperator(@NotNull
                                                                                                 JetToken token)

getUnaryOperator

@NotNull
public static com.google.dart.compiler.backend.js.ast.JsUnaryOperator getUnaryOperator(@NotNull
                                                                                               JetToken token)