org.eclipse.emf.ecore.xcore.scoping
Class XcoreQualifiedNameProvider

java.lang.Object
  extended by org.eclipse.xtext.naming.IQualifiedNameProvider.AbstractImpl
      extended by org.eclipse.xtext.naming.DefaultDeclarativeQualifiedNameProvider
          extended by org.eclipse.emf.ecore.xcore.scoping.XcoreQualifiedNameProvider
All Implemented Interfaces:
com.google.common.base.Function<EObject,org.eclipse.xtext.naming.QualifiedName>, org.eclipse.xtext.naming.IQualifiedNameProvider

public class XcoreQualifiedNameProvider
extends org.eclipse.xtext.naming.DefaultDeclarativeQualifiedNameProvider


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.naming.IQualifiedNameProvider
org.eclipse.xtext.naming.IQualifiedNameProvider.AbstractImpl
 
Constructor Summary
XcoreQualifiedNameProvider()
           
 
Method Summary
 org.eclipse.xtext.naming.QualifiedName getFullyQualifiedName(EObject eObject)
           
 
Methods inherited from class org.eclipse.xtext.naming.DefaultDeclarativeQualifiedNameProvider
getConverter, getResolver, qualifiedName
 
Methods inherited from class org.eclipse.xtext.naming.IQualifiedNameProvider.AbstractImpl
apply
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

XcoreQualifiedNameProvider

public XcoreQualifiedNameProvider()
Method Detail

getFullyQualifiedName

public org.eclipse.xtext.naming.QualifiedName getFullyQualifiedName(EObject eObject)
Specified by:
getFullyQualifiedName in interface org.eclipse.xtext.naming.IQualifiedNameProvider
Overrides:
getFullyQualifiedName in class org.eclipse.xtext.naming.DefaultDeclarativeQualifiedNameProvider

Copyright 2001-2012 IBM Corporation and others.
All Rights Reserved.