public static class Comment.Range extends Object implements Comparable<Comment.Range>
Modifier and Type | Field and Description |
---|---|
int |
endChar |
int |
endLine |
int |
startChar |
int |
startLine |
Constructor and Description |
---|
Range(Comment.Range r) |
Range(Comment.Range r) |
Range(int startLine,
int startChar,
int endLine,
int endChar) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Comment.Range otherRange) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
public int startLine
public int startChar
public int endLine
public int endChar
public Range(Comment.Range r)
public Range(Comment.Range r)
public Range(int startLine, int startChar, int endLine, int endChar)
public int compareTo(Comment.Range otherRange)
compareTo
in interface Comparable<Comment.Range>