ViewBuilderVisitor class
IMPORTANT: See the comment on CompileView.nodes.
- Implemented types
-
- TemplateAstVisitor<
void, CompileElement>
- TemplateAstVisitor<
Constructors
- ViewBuilderVisitor(CompileView _view)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- providers → ProviderForest
-
The dependency injection hierarchy constructed from visiting a view.
no setter
- 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, CompileElement parent) → void -
override
-
visitBoundText(
BoundTextAst ast, CompileElement parent) → void -
override
-
visitDirective(
DirectiveAst ast, CompileElement parent) → void -
override
-
visitDirectiveEvent(
BoundDirectiveEventAst ast, CompileElement parent) → void -
override
-
visitDirectiveProperty(
BoundDirectivePropertyAst ast, CompileElement parent) → void -
override
-
visitElement(
ElementAst ast, CompileElement parent) → void -
override
-
visitElementProperty(
BoundElementPropertyAst ast, CompileElement parent) → void -
override
-
visitEmbeddedTemplate(
EmbeddedTemplateAst ast, CompileElement parent) → void -
override
-
visitEvent(
BoundEventAst ast, CompileElement parent) → void -
override
-
visitI18nText(
I18nTextAst ast, CompileElement parent) → void -
override
-
visitNgContainer(
NgContainerAst ast, CompileElement parent) → void -
override
-
visitNgContent(
NgContentAst ast, CompileElement parent) → void -
override
-
visitProvider(
ProviderAst ast, CompileElement parent) → void -
override
-
visitReference(
ReferenceAst ast, CompileElement parent) → void -
override
-
visitText(
TextAst ast, CompileElement parent) → void -
override
-
visitVariable(
VariableAst ast, CompileElement parent) → void -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited