public interface LineLocation extends Comparable<LineLocation>
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
A description of the ressource.
|
LineLocation |
getParent()
Get the parent of this location.
|
int |
getPosition()
Position of the line, starting at 0.
|
compareToint getPosition()
String getDescription()
LineLocation getParent()
Copyright © 2017. All rights reserved.