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

Method visitBlock

packages/compiler/src/ml_parser/ast.ts:235–235  ·  view source on GitHub ↗
(block: Block, context: any)

Source from the content-addressed store, hash-verified

233 visitExpansion(expansion: Expansion, context: any): any;
234 visitExpansionCase(expansionCase: ExpansionCase, context: any): any;
235 visitBlock(block: Block, context: any): any;
236 visitBlockParameter(parameter: BlockParameter, context: any): any;
237 visitLetDeclaration(decl: LetDeclaration, context: any): any;
238 visitComponent(component: Component, context: any): any;

Callers 3

visitMethod · 0.65
visitBlockMethod · 0.65
visitBlockMethod · 0.65

Implementers 1

RecursiveVisitorpackages/compiler/src/ml_parser/ast.ts

Calls

no outgoing calls

Tested by

no test coverage detected