public class LocationInResource extends AbstractLocationInResource
| Constructor and Description | 
|---|
LocationInResource(int offset,
                  int length,
                  int lineNumber,
                  int endLineNumber,
                  org.eclipse.emf.common.util.URI srcRelativeResourceURI,
                  AbstractTrace trace)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected int | 
getEndLineNumber()  | 
protected int | 
getLength()  | 
protected int | 
getLineNumber()  | 
protected int | 
getOffset()  | 
org.eclipse.emf.common.util.URI | 
getSrcRelativeResourceURI()  | 
getAbsoluteResourceURI, getContents, getEObjectURI, getLanguage, getProject, getStorage, getTextRegion, toStringpublic LocationInResource(int offset,
                  int length,
                  int lineNumber,
                  int endLineNumber,
                  org.eclipse.emf.common.util.URI srcRelativeResourceURI,
                  AbstractTrace trace)
@Nullable public org.eclipse.emf.common.util.URI getSrcRelativeResourceURI()
getSrcRelativeResourceURI in interface ILocationInResourcegetSrcRelativeResourceURI in class AbstractLocationInResourceprotected int getOffset()
getOffset in class AbstractLocationInResourceprotected int getLength()
getLength in class AbstractLocationInResourceprotected int getLineNumber()
getLineNumber in class AbstractLocationInResourceprotected int getEndLineNumber()
getEndLineNumber in class AbstractLocationInResource