SassReference class abstract interface AST

A common interface for any node that references a Sass member.

Implemented types
Implementers

Constructors

SassReference()

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of the member being referenced, with underscores converted to hyphens.
no setter
namespace String?
The namespace of the member being referenced, or null if it's referenced without a namespace.
no setter
namespaceSpan → FileSpan?
The span containing this reference's namespace, null if namespace is null.
no setter
nameSpan → FileSpan
The span containing this reference's name.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
span → FileSpan
The source span associated with the node.
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

Operators

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