Class Mwe2ValueConverters.FQNConverter

java.lang.Object
org.eclipse.xtext.conversion.impl.AbstractValueConverter<T>
org.eclipse.xtext.conversion.impl.AbstractNullSafeConverter<String>
org.eclipse.emf.mwe2.language.Mwe2ValueConverters.FQNConverter
All Implemented Interfaces:
org.eclipse.xtext.conversion.IValueConverter<String>
Enclosing class:
Mwe2ValueConverters

public class Mwe2ValueConverters.FQNConverter extends org.eclipse.xtext.conversion.impl.AbstractNullSafeConverter<String>
  • 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 interface org.eclipse.xtext.conversion.IValueConverter

    NO_OP_CONVERTER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected String
     
    protected String
    internalToValue(String string, org.eclipse.xtext.nodemodel.INode node)
     

    Methods inherited from class org.eclipse.xtext.conversion.impl.AbstractNullSafeConverter

    toString, toValue

    Methods inherited from class java.lang.Object

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

    • FQNConverter

      public FQNConverter()
  • Method Details

    • internalToValue

      protected String internalToValue(String string, org.eclipse.xtext.nodemodel.INode node)
      Specified by:
      internalToValue in class org.eclipse.xtext.conversion.impl.AbstractNullSafeConverter<String>
    • internalToString

      protected String internalToString(String value)
      Specified by:
      internalToString in class org.eclipse.xtext.conversion.impl.AbstractNullSafeConverter<String>