TemplateAstVisitor

export interface TemplateAstVisitor

exported from angular2/compiler defined in angular2/src/compiler/template_ast.ts (line 190)

A visitor for TemplateAst trees that will process each node.

Members

visitNgContent(ast: NgContentAst, context: any) : any

Not Yet Documented

visitEmbeddedTemplate(ast: EmbeddedTemplateAst, context: any) : any

Not Yet Documented

visitElement(ast: ElementAst, context: any) : any

Not Yet Documented

visitVariable(ast: VariableAst, context: any) : any

Not Yet Documented

visitEvent(ast: BoundEventAst, context: any) : any

Not Yet Documented

visitElementProperty(ast: BoundElementPropertyAst, context: any) : any

Not Yet Documented

visitAttr(ast: AttrAst, context: any) : any

Not Yet Documented

visitBoundText(ast: BoundTextAst, context: any) : any

Not Yet Documented

visitText(ast: TextAst, context: any) : any

Not Yet Documented

visitDirective(ast: DirectiveAst, context: any) : any

Not Yet Documented

visitDirectiveProperty(ast: BoundDirectivePropertyAst, context: any) : any

Not Yet Documented