public class FilePosition extends Object
| Constructor and Description |
|---|
FilePosition(int line,
int offset,
int length)
Create a file position
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLength()
Get the selection length
|
int |
getLine()
Get the line number
|
int |
getOffset()
Get the character offset
|
Copyright © 2015. All rights reserved.