export interface 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
visitNgContent(ast: NgContentAst, context: any) : any
Not Yet Documented
visitEmbeddedTemplate(ast: EmbeddedTemplateAst, context: any) : any
visitEmbeddedTemplate(ast: EmbeddedTemplateAst, context: any) : any
Not Yet Documented
visitElement(ast: ElementAst, context: any) : any
visitElement(ast: ElementAst, context: any) : any
Not Yet Documented
visitVariable(ast: VariableAst, context: any) : any
visitVariable(ast: VariableAst, context: any) : any
Not Yet Documented
visitEvent(ast: BoundEventAst, context: any) : any
visitEvent(ast: BoundEventAst, context: any) : any
Not Yet Documented
visitElementProperty(ast: BoundElementPropertyAst, context: any) : any
visitElementProperty(ast: BoundElementPropertyAst, context: any) : any
Not Yet Documented
visitAttr(ast: AttrAst, context: any) : any
visitAttr(ast: AttrAst, context: any) : any
Not Yet Documented
visitBoundText(ast: BoundTextAst, context: any) : any
visitBoundText(ast: BoundTextAst, context: any) : any
Not Yet Documented
visitText(ast: TextAst, context: any) : any
visitText(ast: TextAst, context: any) : any
Not Yet Documented
visitDirective(ast: DirectiveAst, context: any) : any
visitDirective(ast: DirectiveAst, context: any) : any
Not Yet Documented
visitDirectiveProperty(ast: BoundDirectivePropertyAst, context: any) : any
visitDirectiveProperty(ast: BoundDirectivePropertyAst, context: any) : any
Not Yet Documented