Package io.codemodder

Interface Line


public interface Line
Represents a line of code.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    int
     
  • Method Details

    • number

      int number()
      Returns:
      the line number, starting from 1
    • content

      String content()
      Returns:
      the content of the line