Interface Position.Builder

    • Method Detail

      • line

        Position.Builder line​(Integer line)

        The line containing the specified position in the document.

        Parameters:
        line - The line containing the specified position in the document.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • column

        Position.Builder column​(Integer column)

        The column in the line containing the specified position in the document.

        Parameters:
        column - The column in the line containing the specified position in the document.
        Returns:
        Returns a reference to this object so that method calls can be chained together.