public interface FromSourceLocation
SourceLocation.| Modifier and Type | Method and Description |
|---|---|
static int |
compare(FromSourceLocation s1,
FromSourceLocation s2)
Compares two FromSourceLocations.
|
default SourceLocation |
getSourceLocation()
Gets the source location of a value.
|
default SourceLocation getSourceLocation()
static int compare(FromSourceLocation s1, FromSourceLocation s2)
s1 - the first FromSourceLocation to compare.s2 - the second FromSourceLocation to compare.