Class XbaseQualifiedNameProvider

  • All Implemented Interfaces:
    com.google.common.base.Function<org.eclipse.emf.ecore.EObject,​org.eclipse.xtext.naming.QualifiedName>, java.util.function.Function<org.eclipse.emf.ecore.EObject,​org.eclipse.xtext.naming.QualifiedName>, org.eclipse.xtext.naming.IQualifiedNameProvider

    public class XbaseQualifiedNameProvider
    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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.xtext.naming.QualifiedName getFullyQualifiedName​(org.eclipse.emf.ecore.EObject obj)  
      protected org.eclipse.xtext.naming.QualifiedName getFullyQualifiedName​(org.eclipse.xtext.common.types.JvmIdentifiableElement obj)  
      • Methods inherited from class org.eclipse.xtext.naming.DefaultDeclarativeQualifiedNameProvider

        computeFullyQualifiedName, computeFullyQualifiedNameFromNameAttribute, getConverter, getOrComputeFullyQualifiedName, 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
      • Methods inherited from interface java.util.function.Function

        andThen, compose
    • Constructor Detail

      • XbaseQualifiedNameProvider

        public XbaseQualifiedNameProvider()
    • Method Detail

      • getFullyQualifiedName

        public org.eclipse.xtext.naming.QualifiedName getFullyQualifiedName​(org.eclipse.emf.ecore.EObject obj)
        Specified by:
        getFullyQualifiedName in interface org.eclipse.xtext.naming.IQualifiedNameProvider
        Overrides:
        getFullyQualifiedName in class org.eclipse.xtext.naming.DefaultDeclarativeQualifiedNameProvider
      • getFullyQualifiedName

        protected org.eclipse.xtext.naming.QualifiedName getFullyQualifiedName​(org.eclipse.xtext.common.types.JvmIdentifiableElement obj)