ComplexSelectorComponent class final
A component of a ComplexSelector.
This a CompoundSelector with one or more trailing Combinators.
Constructors
-
ComplexSelectorComponent(CompoundSelector selector, Iterable<
CssValue< combinators, FileSpan span)Combinator> >
Properties
-
combinators
→ List<
CssValue< Combinator> > -
This selector's combinators.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selector → CompoundSelector
-
This component's compound selector.
final
- span → FileSpan
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override