Modifier and Type | Method and Description |
---|---|
int |
getEndColNo()
The column in the input file where the text block ends.
|
int |
getEndLineNo()
The last line of the text block in the input file.
|
int |
getStartColNo()
The column in the input file where the text block starts.
|
int |
getStartLineNo()
The line in the input file where the text block starts.
|
String[] |
getText()
The text content of the text block.
|
boolean |
intersects(int startLineNo,
int startColNo,
int endLineNo,
int endColNo)
Checks if this comment intersects with a specified
part of the file.
|
String[] getText()
int getStartLineNo()
int getEndLineNo()
int getStartColNo()
int getEndColNo()
boolean intersects(int startLineNo, int startColNo, int endLineNo, int endColNo)
startLineNo
- the starting line number in the filestartColNo
- the starting column number in the fileendLineNo
- the ending line number in the fileendColNo
- the ending column number in the fileCopyright © 2001–2018. All rights reserved.