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

Method isIdentifier

packages/compiler/src/expression_parser/lexer.ts:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 }
77
78 isIdentifier(): boolean {
79 return this.type === TokenType.Identifier;
80 }
81
82 isPrivateIdentifier(): boolean {
83 return this.type === TokenType.PrivateIdentifier;

Callers 15

expectIdentifierTokenFunction · 0.80
parsePrimaryMethod · 0.80
parseArrowFunctionMethod · 0.80
isArrowFunctionMethod · 0.80
parseMethod · 0.80
getLocalizeCallFunction · 0.80
isNamedIdentifierFunction · 0.80
unwrapLazyLoadHelperCallFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected