export class VariableAst
export class VariableAst
exported from angular2/compiler defined in angular2/src/compiler/template_ast.ts (line 76)
A variable declaration on an element (e.g. #var="expression"
).
Constructor
constructor(name: string, value: string, sourceSpan: ParseSourceSpan)
constructor(name: string, value: string, sourceSpan: ParseSourceSpan)
Not Yet Documented
Members
name : string
name : string
Not Yet Documented
value : string
value : string
Not Yet Documented
sourceSpan : ParseSourceSpan
sourceSpan : ParseSourceSpan
Not Yet Documented
visit(visitor: TemplateAstVisitor, context: any) : any
visit(visitor: TemplateAstVisitor, context: any) : any
Not Yet Documented