public interface SourceLanguagePosition
| Modifier and Type | Method and Description |
|---|---|
String |
getLanguage()
Mimics GraphLocations operation.
|
int |
getLineNumber()
Mimics GraphLocations operation.
|
String |
getNodeClassName() |
int |
getNodeId() |
int |
getOffsetEnd()
Mimics GraphLocations operation.
|
int |
getOffsetStart()
Mimics GraphLocations operation.
|
URI |
getURI()
Mimics GraphLocations operation.
|
String |
toShortString()
Produce a compact description of this position suitable for printing.
|
String toShortString()
int getOffsetEnd()
int getOffsetStart()
int getLineNumber()
URI getURI()
String getLanguage()
int getNodeId()
String getNodeClassName()