MCPcopy Index your code
hub / github.com/angular/angular / isOperator

Method isOperator

packages/compiler/src/expression_parser/lexer.ts:74–76  ·  view source on GitHub ↗
(operator: string)

Source from the content-addressed store, hash-verified

72 }
73
74 isOperator(operator: string): boolean {
75 return this.type === TokenType.Operator && this.strValue === operator;
76 }
77
78 isIdentifier(): boolean {
79 return this.type === TokenType.Identifier;

Callers 10

expectOperatorTokenFunction · 0.80
isStartOfRegexMethod · 0.80
parseLiteralArrayMethod · 0.80
parseLiteralMapMethod · 0.80
parseCallArgumentsMethod · 0.80
parseSpreadElementMethod · 0.80
isArrowFunctionMethod · 0.80
skipMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected