public class LocationData extends TextRegionWithLineInformation implements ILocationData
EMPTY_REGION| Constructor and Description |
|---|
LocationData(int offset,
int length,
int lineNumber,
int endLineNumber,
SourceRelativeURI path) |
LocationData(ITextRegionWithLineInformation region,
SourceRelativeURI path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SourceRelativeURI |
getSrcRelativePath() |
int |
hashCode() |
String |
toString() |
getEndLineNumber, getLineNumber, merge, mergecontains, contains, getLength, getOffsetclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetEndLineNumber, getLineNumber, mergepublic LocationData(int offset,
int length,
int lineNumber,
int endLineNumber,
SourceRelativeURI path)
public LocationData(ITextRegionWithLineInformation region, SourceRelativeURI path)
public SourceRelativeURI getSrcRelativePath()
getSrcRelativePath in interface ILocationDatapublic int hashCode()
hashCode in class TextRegionpublic boolean equals(Object obj)
equals in class TextRegionpublic String toString()
toString in class TextRegionWithLineInformationCopyright © 2015. All Rights Reserved.