Class BslLocationInFileProvider

java.lang.Object
org.eclipse.xtext.resource.DefaultLocationInFileProvider
com._1c.g5.v8.dt.bsl.resource.BslLocationInFileProvider
All Implemented Interfaces:
org.eclipse.xtext.resource.ILocationInFileProvider, org.eclipse.xtext.resource.ILocationInFileProviderExtension

public class BslLocationInFileProvider extends org.eclipse.xtext.resource.DefaultLocationInFileProvider
ILocationInFileProvider for the Bsl language.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.xtext.resource.ILocationInFileProviderExtension

    org.eclipse.xtext.resource.ILocationInFileProviderExtension.RegionDescription
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.eclipse.xtext.util.ITextRegion
    doGetTextRegion(org.eclipse.emf.ecore.EObject obj, org.eclipse.xtext.resource.ILocationInFileProviderExtension.RegionDescription query)
     
    org.eclipse.xtext.util.ITextRegion
    getFullTextRegion(org.eclipse.emf.ecore.EObject obj)
     
    org.eclipse.xtext.util.ITextRegion
    getFullTextRegion(org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.ecore.EStructuralFeature feature, int indexInList)
     
    org.eclipse.xtext.util.ITextRegion
    getSignificantTextRegion(org.eclipse.emf.ecore.EObject obj)
     
    org.eclipse.xtext.util.ITextRegion
    getTextRegion(org.eclipse.emf.ecore.EObject obj, org.eclipse.xtext.resource.ILocationInFileProviderExtension.RegionDescription query)
     

    Methods inherited from class org.eclipse.xtext.resource.DefaultLocationInFileProvider

    createRegion, createRegion, doGetLocationOfFeature, doGetLocationOfFeature, findNodeFor, getIdentifierFeature, getLocationNodes, getLocationOfAttribute, getLocationOfContainmentReference, getLocationOfContainmentReference, getLocationOfCrossReference, getSignificantTextRegion, getTextRegion, getTextRegion, isHidden, isHidden, toZeroBasedRegion, useKeyword

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BslLocationInFileProvider

      public BslLocationInFileProvider()
  • Method Details

    • getFullTextRegion

      public org.eclipse.xtext.util.ITextRegion getFullTextRegion(org.eclipse.emf.ecore.EObject obj)
      Specified by:
      getFullTextRegion in interface org.eclipse.xtext.resource.ILocationInFileProvider
      Overrides:
      getFullTextRegion in class org.eclipse.xtext.resource.DefaultLocationInFileProvider
    • getFullTextRegion

      public org.eclipse.xtext.util.ITextRegion getFullTextRegion(org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.ecore.EStructuralFeature feature, int indexInList)
      Specified by:
      getFullTextRegion in interface org.eclipse.xtext.resource.ILocationInFileProvider
      Overrides:
      getFullTextRegion in class org.eclipse.xtext.resource.DefaultLocationInFileProvider
    • getSignificantTextRegion

      public org.eclipse.xtext.util.ITextRegion getSignificantTextRegion(org.eclipse.emf.ecore.EObject obj)
      Specified by:
      getSignificantTextRegion in interface org.eclipse.xtext.resource.ILocationInFileProvider
      Overrides:
      getSignificantTextRegion in class org.eclipse.xtext.resource.DefaultLocationInFileProvider
    • getTextRegion

      public org.eclipse.xtext.util.ITextRegion getTextRegion(org.eclipse.emf.ecore.EObject obj, org.eclipse.xtext.resource.ILocationInFileProviderExtension.RegionDescription query)
      Specified by:
      getTextRegion in interface org.eclipse.xtext.resource.ILocationInFileProviderExtension
      Overrides:
      getTextRegion in class org.eclipse.xtext.resource.DefaultLocationInFileProvider
    • doGetTextRegion

      protected org.eclipse.xtext.util.ITextRegion doGetTextRegion(org.eclipse.emf.ecore.EObject obj, org.eclipse.xtext.resource.ILocationInFileProviderExtension.RegionDescription query)
      Overrides:
      doGetTextRegion in class org.eclipse.xtext.resource.DefaultLocationInFileProvider