TemplateAstVisitor<R, C> class
abstract
A visitor for TemplateAst trees that will process each node.
Constructors
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
-
visitAttr(
AttrAst ast, C context) → R -
visitBoundText(
BoundTextAst ast, C context) → R -
visitDirective(
DirectiveAst ast, C context) → R -
visitDirectiveEvent(
BoundDirectiveEventAst ast, C context) → R -
visitDirectiveProperty(
BoundDirectivePropertyAst ast, C context) → R -
visitElement(
ElementAst ast, C context) → R -
visitElementProperty(
BoundElementPropertyAst ast, C context) → R -
visitEmbeddedTemplate(
EmbeddedTemplateAst ast, C context) → R -
visitEvent(
BoundEventAst ast, C context) → R -
visitI18nText(
I18nTextAst ast, C context) → R -
visitNgContainer(
NgContainerAst ast, C context) → R -
visitNgContent(
NgContentAst ast, C context) → R -
visitProvider(
ProviderAst providerAst, C context) → R -
visitReference(
ReferenceAst ast, C context) → R -
visitText(
TextAst ast, C context) → R -
visitVariable(
VariableAst ast, C context) → R
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited