|
Eclipse Platform Release 3.2 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Describes a range of lines.
Note that the number of lines is 1-based, e.g. getStartLine() + getNumberOfLines()
computes the first line after the range, and a range with
getNumberOfLines() == 0
is empty.
Method Summary | |
---|---|
int |
getNumberOfLines()
Returns the number of lines of this line range or -1 . |
int |
getStartLine()
Returns the start line of this line range or -1 . |
Method Detail |
public int getStartLine()
-1
.
-1
if this line range is invalid.public int getNumberOfLines()
-1
.
-1
if this line range is invalid.
|
Eclipse Platform Release 3.2 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.