RecursiveSelectorVisitor mixin Visitor

A visitor that recursively traverses each component of a Selector AST.

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
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
visitAttributeSelector(AttributeSelector attribute) → void
override
visitClassSelector(ClassSelector klass) → void
override
visitComplexSelector(ComplexSelector complex) → void
override
visitCompoundSelector(CompoundSelector compound) → void
override
visitIDSelector(IDSelector id) → void
override
visitParentSelector(ParentSelector placeholder) → void
override
visitPlaceholderSelector(PlaceholderSelector placeholder) → void
override
visitPseudoSelector(PseudoSelector pseudo) → void
override
visitSelectorList(SelectorList list) → void
override
visitTypeSelector(TypeSelector type) → void
override
visitUniversalSelector(UniversalSelector universal) → void
override

Operators

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