public interface Position
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
int |
getIndex() |
int |
getLine() |
String |
getResource() |
Position |
leftShift(int offset) |
Position |
rightShift(int offset) |
Copyright © 2016. All rights reserved.