Class EMFPatternLanguageQualifiedNameProvider

  • 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 EMFPatternLanguageQualifiedNameProvider
    extends org.eclipse.xtext.xbase.scoping.XbaseQualifiedNameProvider
    • 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)  
      • Methods inherited from class org.eclipse.xtext.xbase.scoping.XbaseQualifiedNameProvider

        getFullyQualifiedName
      • 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

      • EMFPatternLanguageQualifiedNameProvider

        public EMFPatternLanguageQualifiedNameProvider()
    • 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.xbase.scoping.XbaseQualifiedNameProvider