Class ProblemLocationInFileProvider

java.lang.Object
org.eclipse.xtext.resource.DefaultLocationInFileProvider
tools.refinery.language.resource.ProblemLocationInFileProvider
All Implemented Interfaces:
org.eclipse.xtext.resource.ILocationInFileProvider, org.eclipse.xtext.resource.ILocationInFileProviderExtension

public class ProblemLocationInFileProvider extends org.eclipse.xtext.resource.DefaultLocationInFileProvider
  • 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)
     
    protected org.eclipse.xtext.util.ITextRegion
    getNodeTextRegion(Node node, org.eclipse.xtext.resource.ILocationInFileProviderExtension.RegionDescription query)
     

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

    createRegion, createRegion, doGetLocationOfFeature, doGetLocationOfFeature, findNodeFor, getFullTextRegion, getFullTextRegion, getIdentifierFeature, getLocationNodes, getLocationOfAttribute, getLocationOfContainmentReference, getLocationOfContainmentReference, getLocationOfCrossReference, getSignificantTextRegion, getSignificantTextRegion, getTextRegion, 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

    • ProblemLocationInFileProvider

      public ProblemLocationInFileProvider()
  • Method Details

    • 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
    • getNodeTextRegion

      protected org.eclipse.xtext.util.ITextRegion getNodeTextRegion(Node node, org.eclipse.xtext.resource.ILocationInFileProviderExtension.RegionDescription query)