JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.codemodder
Interface Line
public interface
Line
Represents a line of code.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
content
()
int
number
()
Method Details
number
int
number
()
Returns:
the line number, starting from 1
content
String
content
()
Returns:
the content of the line