Interface CodeLine.Builder

    • Method Detail

      • content

        CodeLine.Builder content​(String content)

        The content of a line of code

        Parameters:
        content - The content of a line of code
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lineNumber

        CodeLine.Builder lineNumber​(Integer lineNumber)

        The line number that a section of code is located at.

        Parameters:
        lineNumber - The line number that a section of code is located at.
        Returns:
        Returns a reference to this object so that method calls can be chained together.