org.eclipse.xtext.xtext
Class XtextLocationInFileProvider

java.lang.Object
  extended by org.eclipse.xtext.resource.DefaultLocationInFileProvider
      extended by org.eclipse.xtext.xtext.XtextLocationInFileProvider
All Implemented Interfaces:
ILocationInFileProvider

public class XtextLocationInFileProvider
extends DefaultLocationInFileProvider

Author:
Sebastian Zarnekow - Initial contribution and API

Constructor Summary
XtextLocationInFileProvider()
           
 
Method Summary
protected  org.eclipse.emf.ecore.EStructuralFeature getIdentifierFeature(org.eclipse.emf.ecore.EObject obj)
           
protected  boolean useKeyword(Keyword keyword, org.eclipse.emf.ecore.EObject context)
           
 
Methods inherited from class org.eclipse.xtext.resource.DefaultLocationInFileProvider
createRegion, doGetLocationOfFeature, getFullTextRegion, getFullTextRegion, getLocationNodes, getLocationOfAttribute, getLocationOfContainmentReference, getLocationOfCrossReference, getSignificantTextRegion, getSignificantTextRegion, getTextRegion, isHidden
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XtextLocationInFileProvider

public XtextLocationInFileProvider()
Method Detail

useKeyword

protected boolean useKeyword(Keyword keyword,
                             org.eclipse.emf.ecore.EObject context)
Overrides:
useKeyword in class DefaultLocationInFileProvider

getIdentifierFeature

protected org.eclipse.emf.ecore.EStructuralFeature getIdentifierFeature(org.eclipse.emf.ecore.EObject obj)
Overrides:
getIdentifierFeature in class DefaultLocationInFileProvider