public interface TextBlock
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
getEndColNo()
The column in the inputfile where the text block ends.
|
int |
getEndLineNo()
The last line of the text block in the inputfile.
|
int |
getStartColNo()
The column in the inputfile where the text block starts.
|
int |
getStartLineNo()
The line in the inputfile where the text block starts.
|
String[] |
getText()
The text content of the text block.
|
boolean |
intersects(int aStartLineNo,
int aStartColNo,
int aEndLineNo,
int aEndColNo)
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 aStartLineNo,
int aStartColNo,
int aEndLineNo,
int aEndColNo)
aStartLineNo - the starting line number in the fileaStartColNo - the starting column number in the fileaEndLineNo - the ending line number in the fileaEndColNo - the ending column number in the fileCopyright © 2001-2013. All Rights Reserved.