public interface Position
| Modifier and Type | Field and Description |
|---|---|
static int |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
Column number
|
int |
getIndex()
The offset from the begining of the file
|
int |
getLine()
The line line number
|
String |
getPath()
Returns the absolute path of the resource where this position is relative to
|
ResourceLoader |
getResourceLoader() |
Position |
leftShift(int offset) |
Position |
rightShift(int offset) |
static final int UNKNOWN
int getIndex()
int getLine()
int getColumn()
@Nonnull String getPath()
@Nonnull ResourceLoader getResourceLoader()
Copyright © 2016. All rights reserved.