Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ isPrivateIdentifier
Method
isPrivateIdentifier
packages/compiler/src/expression_parser/lexer.ts:82–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
80
}
81
82
isPrivateIdentifier(): boolean {
83
return
this.
type
=== TokenType.PrivateIdentifier;
84
}
85
86
isKeyword(): boolean {
87
return
this.
type
=== TokenType.Keyword;
Callers
8
expectPrivateIdentifierToken
Function · 0.80
expectIdentifierOrKeyword
Method · 0.80
expectIdentifierOrKeywordOrString
Method · 0.80
parsePrimary
Method · 0.80
getMemberName
Function · 0.80
extractModifiersOfMember
Function · 0.80
reflectClassMember
Function · 0.80
setup
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected