ParsedDecoratorAst class abstract

Represents an interface for a parsed element decorator.

Clients should not extend, implement, or mix-in this class.

Implementers

Constructors

ParsedDecoratorAst()

Properties

hashCode int
The hash code for this object.
no setterinherited
nameToken NgToken
no setter
prefixOffset int?
no setter
prefixToken NgToken?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suffixOffset int?
no setter
suffixToken NgToken?
no setter
valueToken NgAttributeValueToken?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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