An interface for visitors that traverse SassScript expressions.
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
-
visitBinaryOperationExpression(
BinaryOperationExpression node) → T -
visitBooleanExpression(
BooleanExpression node) → T -
visitColorExpression(
ColorExpression node) → T -
visitFunctionExpression(
FunctionExpression node) → T -
visitIfExpression(
IfExpression node) → T -
visitInterpolatedFunctionExpression(
InterpolatedFunctionExpression node) → T -
visitListExpression(
ListExpression node) → T -
visitMapExpression(
MapExpression node) → T -
visitNullExpression(
NullExpression node) → T -
visitNumberExpression(
NumberExpression node) → T -
visitParenthesizedExpression(
ParenthesizedExpression node) → T -
visitSelectorExpression(
SelectorExpression node) → T -
visitStringExpression(
StringExpression node) → T -
visitSupportsExpression(
SupportsExpression node) → T -
visitUnaryOperationExpression(
UnaryOperationExpression node) → T -
visitValueExpression(
ValueExpression node) → T -
visitVariableExpression(
VariableExpression node) → T
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited