Package io.codemodder
Interface Line
public interface Line
Represents a line of code.
-
Method Summary
-
Method Details
-
number
int number()- Returns:
- the line number, starting from 1
-
content
String content()- Returns:
- the content of the line
-