public class CommentRange
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
endCharacter |
protected int |
endLine |
protected int |
startCharacter |
protected int |
startLine |
Modifier | Constructor and Description |
---|---|
protected |
CommentRange() |
|
CommentRange(int sl,
int sc,
int el,
int ec) |
Modifier and Type | Method and Description |
---|---|
Comment.Range |
asCommentRange() |
boolean |
equals(java.lang.Object obj) |
int |
getEndCharacter() |
int |
getEndLine() |
int |
getStartCharacter() |
int |
getStartLine() |
int |
hashCode() |
void |
setEndCharacter(int ec) |
void |
setEndLine(int el) |
void |
setStartCharacter(int sc) |
void |
setStartLine(int sl) |
java.lang.String |
toString() |
protected int startLine
protected int startCharacter
protected int endLine
protected int endCharacter
protected CommentRange()
public CommentRange(int sl, int sc, int el, int ec)
public int getStartLine()
public int getStartCharacter()
public int getEndLine()
public int getEndCharacter()
public void setStartLine(int sl)
public void setStartCharacter(int sc)
public void setEndLine(int el)
public void setEndCharacter(int ec)
public Comment.Range asCommentRange()
public boolean equals(java.lang.Object obj)
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