JoinSelectorVisitor class
- Inheritance
- Object
- VisitorBase
- JoinSelectorVisitor
Constructors
Properties
-
contexts
↔ List<
List< List< >Selector> > -
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- isPreEvalVisitor ↔ bool
-
read / write, inherited
- isPreVisitor ↔ bool
-
read / write, inherited
- isReplacing ↔ bool
-
read / write, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
error(
{int index, String type, String message, String filename}) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
run(
Ruleset root) → Ruleset -
override
-
toString(
) → String -
A string representation of this object. [...]
inherited
-
visit(
dynamic node) → dynamic -
inherited
-
visitArray<
T> (List< T> nodes, {bool nonReplacing = false}) → List<T> -
inherited
-
visitAtRule(
AtRule atRuleNode, VisitArgs visitArgs) → void -
visitDeclaration(
Declaration declNode, VisitArgs visitArgs) → void -
visitFtn(
Node node) → Function -
func visitor.visit distribuitor
override
-
visitFtnOut(
Node node) → Function -
funcOut visitor.visit distribuitor
override
-
visitMedia(
Media mediaNode, VisitArgs visitArgs) → void -
visitMixinDefinition(
MixinDefinition mixinDefinitionNode, VisitArgs visitArgs) → void -
visitRuleset(
Ruleset rulesetNode, VisitArgs visitArgs) → void -
visitRulesetOut(
Ruleset rulesetNode) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited