export interface TemplateAst
export interface TemplateAst
exported from angular2/compiler defined in angular2/src/compiler/template_ast.ts (line 4)
An Abstract Syntax Tree node representing part of a parsed Angular template.
Members
sourceSpan : ParseSourceSpan
sourceSpan : ParseSourceSpan
The source span from which this node was parsed.
visit(visitor: TemplateAstVisitor, context: any) : any
visit(visitor: TemplateAstVisitor, context: any) : any
Visit this node and possibly transform it.