Interface Position.Builder

    • Method Detail

      • line

        Position.Builder line​(Integer line)

        The line of the position, starting from 1.

        Parameters:
        line - The line of the position, starting from 1.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • column

        Position.Builder column​(Integer column)

        The column of the position, starting from 0.

        Parameters:
        column - The column of the position, starting from 0.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • offset

        Position.Builder offset​(Integer offset)

        The offset within the policy that corresponds to the position, starting from 0.

        Parameters:
        offset - The offset within the policy that corresponds to the position, starting from 0.
        Returns:
        Returns a reference to this object so that method calls can be chained together.