org.eclipse.xtext.naming
Class IQualifiedNameProvider.AbstractImpl

java.lang.Object
  extended by org.eclipse.xtext.naming.IQualifiedNameProvider.AbstractImpl
All Implemented Interfaces:
com.google.common.base.Function<org.eclipse.emf.ecore.EObject,QualifiedName>, IQualifiedNameProvider
Direct Known Subclasses:
DefaultDeclarativeQualifiedNameProvider, EcoreQualifiedNameProvider, JvmIdentifiableQualifiedNameProvider, SimpleNameProvider
Enclosing interface:
IQualifiedNameProvider

public abstract static class IQualifiedNameProvider.AbstractImpl
extends java.lang.Object
implements IQualifiedNameProvider


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

Constructor Detail

IQualifiedNameProvider.AbstractImpl

public IQualifiedNameProvider.AbstractImpl()
Method Detail

apply

public QualifiedName apply(org.eclipse.emf.ecore.EObject from)
Specified by:
apply in interface com.google.common.base.Function<org.eclipse.emf.ecore.EObject,QualifiedName>