Interface EmbeddedSass.SourceSpan.SourceLocationOrBuilder

    • Method Detail

      • getOffset

        int getOffset()
         The 0-based offset of this location within the source file. Mandatory.
         
        uint32 offset = 1;
        Returns:
        The offset.
      • getLine

        int getLine()
         The 0-based line number of this location within the source file.
         Mandatory.
         
        uint32 line = 2;
        Returns:
        The line.
      • getColumn

        int getColumn()
         The 0-based column number of this location within its line. Mandatory.
         
        uint32 column = 3;
        Returns:
        The column.