org.eclipse.xtext.common.types.xtext
Class JvmIdentifiableQualifiedNameProvider

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

public class JvmIdentifiableQualifiedNameProvider
extends IQualifiedNameProvider.AbstractImpl

Author:
Jan Koehnlein - Initial contribution and API

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

JvmIdentifiableQualifiedNameProvider

public JvmIdentifiableQualifiedNameProvider()
Method Detail

getFullyQualifiedName

public QualifiedName getFullyQualifiedName(org.eclipse.emf.ecore.EObject obj)
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.