public static class Comment.Range extends java.lang.Object implements java.lang.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(java.lang.Object o) |
int |
hashCode() |
java.lang.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 boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(Comment.Range otherRange)
compareTo
in interface java.lang.Comparable<Comment.Range>