|
|||||||||
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 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 |
---|
public static boolean hasCorrespondingBinaryOperator(@NotNull JetToken token)
@NotNull public static com.google.dart.compiler.backend.js.ast.JsBinaryOperator getBinaryOperator(@NotNull JetToken token)
@NotNull public static com.google.dart.compiler.backend.js.ast.JsUnaryOperator getUnaryOperator(@NotNull JetToken token)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |