|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.k2js.translate.operation.OperatorTable
public final class OperatorTable
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 |
---|
public static boolean hasCorrespondingBinaryOperator(@NotNull JetToken token)
@NotNull public static JsBinaryOperator getBinaryOperator(@NotNull JetToken token)
@NotNull public static JsUnaryOperator getUnaryOperator(@NotNull JetToken token)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |