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