Home
last modified time | relevance | path

Searched refs:tokenToBinaryOperator (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DArkIRTransformer.ts749 public static tokenToBinaryOperator(token: ts.SyntaxKind): BinaryOperator | null { method in ArkIRTransformer
DArkValueTransformer.ts1550 const operator = ArkIRTransformer.tokenToBinaryOperator(operatorToken.kind);