Class RosettaQualifiedNameProvider

java.lang.Object
org.eclipse.xtext.naming.IQualifiedNameProvider.AbstractImpl
org.eclipse.xtext.naming.DefaultDeclarativeQualifiedNameProvider
com.regnosys.rosetta.scoping.RosettaQualifiedNameProvider
All Implemented Interfaces:
com.google.common.base.Function<org.eclipse.emf.ecore.EObject,org.eclipse.xtext.naming.QualifiedName>, Function<org.eclipse.emf.ecore.EObject,org.eclipse.xtext.naming.QualifiedName>, org.eclipse.xtext.naming.IQualifiedNameProvider

public class RosettaQualifiedNameProvider 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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.eclipse.xtext.naming.QualifiedName
     
    protected org.eclipse.xtext.naming.QualifiedName
     

    Methods inherited from class org.eclipse.xtext.naming.DefaultDeclarativeQualifiedNameProvider

    computeFullyQualifiedName, computeFullyQualifiedNameFromNameAttribute, getConverter, getFullyQualifiedName, 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 Details

    • RosettaQualifiedNameProvider

      public RosettaQualifiedNameProvider()
  • Method Details