Class XbaseQualifiedNameValueConverter

  • All Implemented Interfaces:
    org.eclipse.xtext.conversion.IValueConverter<java.lang.String>
    Direct Known Subclasses:
    XbaseQualifiedNameInStaticImportValueConverter

    public class XbaseQualifiedNameValueConverter
    extends org.eclipse.xtext.conversion.impl.QualifiedNameValueConverter
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.eclipse.xtext.conversion.IValueConverter

        org.eclipse.xtext.conversion.IValueConverter.RuleSpecific
    • Field Summary

      • Fields inherited from class org.eclipse.xtext.conversion.impl.QualifiedNameValueConverter

        delegateConverter, fullWildcardLiteral, valueConverterService
      • Fields inherited from interface org.eclipse.xtext.conversion.IValueConverter

        NO_OP_CONVERTER
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getDelegateRuleName()  
      java.lang.String toValue​(java.lang.String string, org.eclipse.xtext.nodemodel.INode node)  
      • Methods inherited from class org.eclipse.xtext.conversion.impl.QualifiedNameValueConverter

        delegateToString, delegateToValue, getFullWildcardLiteral, getNamespaceDelimiter, getStringNamespaceDelimiter, getValueNamespaceDelimiter, getWildcardLiteral, isDelegateRuleCall, isWildcardLiteral, toString
      • Methods inherited from class java.lang.Object

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

      • XbaseQualifiedNameValueConverter

        public XbaseQualifiedNameValueConverter()
    • Method Detail

      • getDelegateRuleName

        protected java.lang.String getDelegateRuleName()
        Overrides:
        getDelegateRuleName in class org.eclipse.xtext.conversion.impl.QualifiedNameValueConverter
      • toValue

        public java.lang.String toValue​(java.lang.String string,
                                        org.eclipse.xtext.nodemodel.INode node)
                                 throws org.eclipse.xtext.conversion.ValueConverterException
        Specified by:
        toValue in interface org.eclipse.xtext.conversion.IValueConverter<java.lang.String>
        Overrides:
        toValue in class org.eclipse.xtext.conversion.impl.QualifiedNameValueConverter
        Throws:
        org.eclipse.xtext.conversion.ValueConverterException