InPlaceRecursiveTemplateVisitor<C> class
abstract
- 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
-
visitAll(Iterable<TemplateAst>? astNodes, [C? context])
→ void
-
-
visitAttr(AttrAst ast, C? _)
→ void
-
override
-
visitBoundText(BoundTextAst ast, C? _)
→ void
-
override
-
visitDirective(DirectiveAst ast, C? context)
→ void
-
override
-
visitDirectiveEvent(BoundDirectiveEventAst ast, C? _)
→ void
-
override
-
visitDirectiveProperty(BoundDirectivePropertyAst ast, C? _)
→ void
-
override
-
visitElement(ElementAst ast, C? context)
→ void
-
override
-
visitElementProperty(BoundElementPropertyAst ast, C? _)
→ void
-
override
-
visitEmbeddedTemplate(EmbeddedTemplateAst ast, C? context)
→ void
-
override
-
visitEvent(BoundEventAst ast, C? _)
→ void
-
override
-
visitI18nText(I18nTextAst ast, C? _)
→ void
-
override
-
visitNgContainer(NgContainerAst ast, C? context)
→ void
-
override
-
visitNgContent(NgContentAst ast, C? _)
→ void
-
override
-
visitProvider(ProviderAst ast, C? _)
→ void
-
override
-
visitReference(ReferenceAst ast, C? _)
→ void
-
override
-
visitText(TextAst ast, C? _)
→ void
-
override
-
visitVariable(VariableAst ast, C? _)
→ void
-
override