public static class Comment.Range
extends java.lang.Object
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 |
---|---|
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)