Searched refs:tokenToBinaryOperator (Results 1 – 2 of 2) sorted by relevance
749 public static tokenToBinaryOperator(token: ts.SyntaxKind): BinaryOperator | null { method in ArkIRTransformer
1550 const operator = ArkIRTransformer.tokenToBinaryOperator(operatorToken.kind);