public interface ILocationInResource
| Modifier and Type | Method and Description |
|---|---|
AbsoluteURI |
getAbsoluteResourceURI() |
java.io.InputStream |
getContents()
Returns the contents of the resource.
|
LanguageInfo |
getLanguage() |
IProjectConfig |
getProjectConfig() |
SourceRelativeURI |
getSrcRelativeResourceURI()
Returns the URI of this resource relative to the classpath if applicable.
|
org.eclipse.xtext.util.ITextRegionWithLineInformation |
getTextRegion() |
LanguageInfo getLanguage()
null.AbsoluteURI getAbsoluteResourceURI()
null if the
resource is not an EMF resource.SourceRelativeURI getSrcRelativeResourceURI()
java.io.InputStream getContents()
throws java.io.IOException
null.java.io.IOExceptionIProjectConfig getProjectConfig()
null.org.eclipse.xtext.util.ITextRegionWithLineInformation getTextRegion()
null.