Interface EmbeddedSass.SourceSpan.SourceLocationOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
EmbeddedSass.SourceSpan.SourceLocation, EmbeddedSass.SourceSpan.SourceLocation.Builder
Enclosing class:
EmbeddedSass.SourceSpan

public static interface EmbeddedSass.SourceSpan.SourceLocationOrBuilder extends MessageOrBuilder
  • Method Details

    • 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.