Visitor class abstract

Implementers

Constructors

Visitor()

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 node) → dynamic
visitClassSelector(ClassSelector node) → dynamic
visitElementSelector(ElementSelector node) → dynamic
visitIdSelector(IdSelector node) → dynamic
visitNegationSelector(NegationSelector node) → dynamic
visitPseudoClassFunctionSelector(PseudoClassFunctionSelector node) → dynamic
visitPseudoClassSelector(PseudoClassSelector node) → dynamic
visitPseudoElementFunctionSelector(PseudoElementFunctionSelector node) → dynamic
visitPseudoElementSelector(PseudoElementSelector node) → dynamic
visitSelector(Selector node) → dynamic
visitSelectorGroup(SelectorGroup node) → dynamic
visitSimpleSelector(SimpleSelector node) → dynamic
visitSimpleSelectorSequence(SimpleSelectorSequence node) → dynamic

Operators

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