Package tools.refinery.language.resource
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
-
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
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 classorg.eclipse.xtext.resource.DefaultLocationInFileProvider
-
getNodeTextRegion
protected org.eclipse.xtext.util.ITextRegion getNodeTextRegion(Node node, org.eclipse.xtext.resource.ILocationInFileProviderExtension.RegionDescription query)
-