Interface ICSSSourceLocationAware

    • Method Detail

      • getSourceLocation

        @Nullable
        CSSSourceLocation getSourceLocation()
        Returns:
        The source location of this object when it was read by the parser. May be null if an object was not read but manually created.
      • setSourceLocation

        void setSourceLocation​(@Nullable
                               CSSSourceLocation aSourceLocation)
        Set the source location of the object, determined while parsing.
        Parameters:
        aSourceLocation - The source location to use. May be null.