public class Range extends Object
| Constructor and Description |
|---|
Range(int lineStart,
int lineCount) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLineCount()
The count of lines in this range.
|
int |
getLineStart()
The line number at which this range starts (inclusive).
|
Copyright © 2016. All rights reserved.