Package com._1c.g5.v8.dt.ql.resource
Class QlLocationInFileProvider
java.lang.Object
org.eclipse.xtext.resource.DefaultLocationInFileProvider
com._1c.g5.v8.dt.ql.resource.QlLocationInFileProvider
- All Implemented Interfaces:
org.eclipse.xtext.resource.ILocationInFileProvider
,org.eclipse.xtext.resource.ILocationInFileProviderExtension
public class QlLocationInFileProvider
extends org.eclipse.xtext.resource.DefaultLocationInFileProvider
ILocationInFileProvider
for the Ql language.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.xtext.resource.ILocationInFileProviderExtension
org.eclipse.xtext.resource.ILocationInFileProviderExtension.RegionDescription
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.xtext.util.ITextRegion
getSignificantTextRegion
(org.eclipse.emf.ecore.EObject obj) ReturnIRegion
determinates position ofobj
Methods inherited from class org.eclipse.xtext.resource.DefaultLocationInFileProvider
createRegion, createRegion, doGetLocationOfFeature, doGetLocationOfFeature, doGetTextRegion, findNodeFor, getFullTextRegion, getFullTextRegion, getIdentifierFeature, getLocationNodes, getLocationOfAttribute, getLocationOfContainmentReference, getLocationOfContainmentReference, getLocationOfCrossReference, getSignificantTextRegion, getTextRegion, getTextRegion, getTextRegion, isHidden, isHidden, toZeroBasedRegion, useKeyword
-
Constructor Details
-
QlLocationInFileProvider
public QlLocationInFileProvider()
-
-
Method Details
-
getSignificantTextRegion
public org.eclipse.xtext.util.ITextRegion getSignificantTextRegion(org.eclipse.emf.ecore.EObject obj) ReturnIRegion
determinates position ofobj
- Specified by:
getSignificantTextRegion
in interfaceorg.eclipse.xtext.resource.ILocationInFileProvider
- Overrides:
getSignificantTextRegion
in classorg.eclipse.xtext.resource.DefaultLocationInFileProvider
-