Package org.sonar.plugins.jcl.api.tree
Interface TextPointer
- All Superinterfaces:
Comparable<TextPointer>
Represents a position in the source file.
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
line
int line()- Returns:
- the (1-based) line number.
-
lineOffset
int lineOffset()- Returns:
- the (0-based) column number.
-