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