org.eclipse.xtext.xbase.scoping
Class XbaseQualifiedNameProvider

java.lang.Object
  extended by org.eclipse.xtext.naming.IQualifiedNameProvider.AbstractImpl
      extended by org.eclipse.xtext.naming.DefaultDeclarativeQualifiedNameProvider
          extended by org.eclipse.xtext.xbase.scoping.XbaseQualifiedNameProvider
All Implemented Interfaces:
com.google.common.base.Function<org.eclipse.emf.ecore.EObject,QualifiedName>, IQualifiedNameProvider
Direct Known Subclasses:
XtendQualifiedNameProvider

public class XbaseQualifiedNameProvider
extends DefaultDeclarativeQualifiedNameProvider

Author:
Sven Efftinge - Initial contribution and API

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.naming.IQualifiedNameProvider
IQualifiedNameProvider.AbstractImpl
 
Constructor Summary
XbaseQualifiedNameProvider()
           
 
Method Summary
 QualifiedName getFullyQualifiedName(org.eclipse.emf.ecore.EObject obj)
           
 
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

XbaseQualifiedNameProvider

public XbaseQualifiedNameProvider()
Method Detail

getFullyQualifiedName

public QualifiedName getFullyQualifiedName(org.eclipse.emf.ecore.EObject obj)
Specified by:
getFullyQualifiedName in interface IQualifiedNameProvider
Overrides:
getFullyQualifiedName in class DefaultDeclarativeQualifiedNameProvider
Returns:
the qualified name for the given object, null if this IQualifiedNameProvider is not responsible or if the given object doesn't have qualified name.