public class LocationData extends TextRegionWithLineInformation implements ILocationData
EMPTY_REGION| Constructor and Description |
|---|
LocationData(int offset,
int length,
int lineNumber,
int endLineNumber,
org.eclipse.emf.common.util.URI path) |
LocationData(ITextRegionWithLineInformation region,
org.eclipse.emf.common.util.URI path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.eclipse.emf.common.util.URI |
getPath() |
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,
org.eclipse.emf.common.util.URI path)
public LocationData(ITextRegionWithLineInformation region, org.eclipse.emf.common.util.URI path)
public org.eclipse.emf.common.util.URI getPath()
getPath 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.