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 JsBinaryOperator getBinaryOperator(JetToken token)
           
static 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 JsBinaryOperator getBinaryOperator(@NotNull
                                                         JetToken token)

getUnaryOperator

@NotNull
public static JsUnaryOperator getUnaryOperator(@NotNull
                                                       JetToken token)