DirectiveAst class
A directive declared on an element.
- Implemented types
Constructors
-
DirectiveAst(CompileDirectiveMetadata directive, {required List<
BoundDirectivePropertyAst> inputs, required List<BoundDirectiveEventAst> outputs, required SourceSpan sourceSpan})
Properties
- directive → CompileDirectiveMetadata
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasHostProperties → bool
-
no setter
-
inputs
→ List<
BoundDirectivePropertyAst> -
final
-
outputs
→ List<
BoundDirectiveEventAst> -
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
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