public class LocationData extends org.eclipse.xtext.util.TextRegionWithLineInformation implements ILocationData
| Constructor and Description |
|---|
LocationData(int offset,
int length,
int lineNumber,
int endLineNumber,
SourceRelativeURI path) |
LocationData(org.eclipse.xtext.util.ITextRegionWithLineInformation region,
SourceRelativeURI path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
SourceRelativeURI |
getSrcRelativePath() |
int |
hashCode() |
java.lang.String |
toString() |
getEndLineNumber, getLineNumber, merge, mergecontains, contains, getLength, getOffsetclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic LocationData(int offset,
int length,
int lineNumber,
int endLineNumber,
SourceRelativeURI path)
public LocationData(org.eclipse.xtext.util.ITextRegionWithLineInformation region,
SourceRelativeURI path)
public SourceRelativeURI getSrcRelativePath()
getSrcRelativePath in interface ILocationDatapublic int hashCode()
hashCode in class org.eclipse.xtext.util.TextRegionpublic boolean equals(java.lang.Object obj)
equals in class org.eclipse.xtext.util.TextRegionpublic java.lang.String toString()
toString in class org.eclipse.xtext.util.TextRegionWithLineInformation