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

Method advance

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

Source from the content-addressed store, hash-verified

254 }
255
256 private advance() {
257 this.peek = ++this.index >= this.length ? chars.$EOF : this.input.charCodeAt(this.index);
258 }
259
260 private scanToken(): Token | null {
261 const input = this.input;

Callers 15

constructorMethod · 0.95
scanTokenMethod · 0.95
scanCharacterMethod · 0.95
scanOperatorMethod · 0.95
scanOpenBraceMethod · 0.95
scanCloseBraceMethod · 0.95
scanComplexOperatorMethod · 0.95
scanEqualsMethod · 0.95
scanIdentifierMethod · 0.95
scanPrivateIdentifierMethod · 0.95
scanNumberMethod · 0.95
scanStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected