EmbeddedTemplateAst class

A

Implemented types

Constructors

EmbeddedTemplateAst(List<AttrAst> attrs, List<ReferenceAst> references, List<VariableAst> variables, List<DirectiveAst> directives, List<ProviderAst> providers, ElementProviderUsage? elementProviderUsage, List<TemplateAst> children, int? ngContentIndex, SourceSpan sourceSpan, List<CssSelector> matchedNgContentSelectors)

Properties

attrs → List<AttrAst>
final
children → List<TemplateAst>
final
directives → List<DirectiveAst>
final
elementProviderUsage → ElementProviderUsage?
final
hashCode → int
The hash code for this object.
no setterinherited
hasViewContainer → bool
no setter
matchedNgContentSelectors → List<CssSelector>
Selectors from select or ngProjectAs on an <ng-content> into which this embedded element is projected.
final
ngContentIndex → int?
final
providers → List<ProviderAst>
final
references → List<ReferenceAst>
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sourceSpan → SourceSpan
The source span from which this node was parsed.
final
variables → List<VariableAst>
final

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<R, C, CO extends C>(TemplateAstVisitor<R, C> visitor, CO context) → R
Visit this node and possibly transform it.
override

Operators

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