public interface ILocationInfo
| Modifier and Type | Field and Description |
|---|---|
static ILocationInfo |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
URL |
getFileUrl() |
int |
getLine()
One-based line number of this feature in its top-level container
|
int |
getOffset()
The offset of the feature in its top-level container
|
int |
getTextLength()
The length of the feature's text in its top-level container
|
boolean |
hasLocation() |
static final ILocationInfo EMPTY
boolean hasLocation()
int getOffset()
int getTextLength()
int getLine()
int getColumn()
URL getFileUrl()
Copyright © 2018. All rights reserved.