RecursiveTemplateVisitor<C> class abstract

A visitor for TemplateAst trees that will process each node.

Implemented types
Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
visit<T extends TemplateAst>(T? astNode, [C? context]) → T?
visitAll<T extends TemplateAst>(Iterable<T> astNodes, [C? context]) List<T>
Visits a collection of TemplateAst nodes, returning all of those that are not null.
visitAttr(AttrAst ast, void context) TemplateAst
override
visitBoundText(BoundTextAst ast, void context) TemplateAst
override
visitDirective(DirectiveAst ast, C? context) TemplateAst
override
visitDirectiveEvent(BoundDirectiveEventAst ast, void context) TemplateAst
override
visitDirectiveProperty(BoundDirectivePropertyAst ast, void context) TemplateAst
override
visitElement(ElementAst ast, C? context) TemplateAst
override
visitElementProperty(BoundElementPropertyAst ast, void context) TemplateAst
override
visitEmbeddedTemplate(EmbeddedTemplateAst ast, C? context) TemplateAst
override
visitEvent(BoundEventAst ast, void context) TemplateAst
override
visitI18nText(I18nTextAst ast, void context) TemplateAst
override
visitNgContainer(NgContainerAst ast, C? context) TemplateAst
override
visitNgContent(NgContentAst ast, C? context) TemplateAst
override
visitProvider(ProviderAst ast, void context) TemplateAst
override
visitReference(ReferenceAst ast, void context) TemplateAst
override
visitText(TextAst ast, void context) TemplateAst
override
visitVariable(VariableAst ast, void context) TemplateAst
override

Operators

operator ==(Object other) bool
The equality operator.
inherited