public final class OperatorTable extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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) |
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)