Class XbaseQualifiedNameConverter

  • All Implemented Interfaces:
    org.eclipse.xtext.naming.IQualifiedNameConverter

    public class XbaseQualifiedNameConverter
    extends org.eclipse.xtext.naming.IQualifiedNameConverter.DefaultImpl
    Since:
    2.7
    Noextend:
    This class is not intended to be subclassed by clients.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.eclipse.xtext.naming.IQualifiedNameConverter

        org.eclipse.xtext.naming.IQualifiedNameConverter.DefaultImpl
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.xtext.naming.QualifiedName toQualifiedName​(java.lang.String qualifiedNameAsString)
      the '..' operator would be rejected by IQualifiedNameConverter.DefaultImpl so we have to enable it here.
      • Methods inherited from class org.eclipse.xtext.naming.IQualifiedNameConverter.DefaultImpl

        getDelimiter, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XbaseQualifiedNameConverter

        public XbaseQualifiedNameConverter()
    • Method Detail

      • toQualifiedName

        public org.eclipse.xtext.naming.QualifiedName toQualifiedName​(java.lang.String qualifiedNameAsString)
        the '..' operator would be rejected by IQualifiedNameConverter.DefaultImpl so we have to enable it here.
        Specified by:
        toQualifiedName in interface org.eclipse.xtext.naming.IQualifiedNameConverter
        Overrides:
        toQualifiedName in class org.eclipse.xtext.naming.IQualifiedNameConverter.DefaultImpl