de.cau.cs.kieler.kaom.text.formatting
Class KaomValueConverter

java.lang.Object
  extended by org.eclipse.xtext.conversion.impl.AbstractValueConverterService
      extended by org.eclipse.xtext.conversion.impl.AbstractDeclarativeValueConverterService
          extended by org.eclipse.xtext.common.services.DefaultTerminalConverters
              extended by de.cau.cs.kieler.core.annotations.text.formatting.AnnotationsValueConverter
                  extended by de.cau.cs.kieler.kaom.text.formatting.KaomValueConverter
All Implemented Interfaces:
org.eclipse.xtext.conversion.IValueConverterService

public class KaomValueConverter
extends AnnotationsValueConverter

Customized IValueConverter. Realizes the mapping of special terminal symbols to model content.

Rating red

Field Summary
 
Fields inherited from class org.eclipse.xtext.conversion.impl.AbstractDeclarativeValueConverterService
defaultTerminalConverterFactory
 
Constructor Summary
KaomValueConverter()
           
 
Method Summary
 
Methods inherited from class de.cau.cs.kieler.core.annotations.text.formatting.AnnotationsValueConverter
CommentAnnotation, EString, TypeId
 
Methods inherited from class org.eclipse.xtext.common.services.DefaultTerminalConverters
ID, INT, STRING
 
Methods inherited from class org.eclipse.xtext.conversion.impl.AbstractDeclarativeValueConverterService
getConverter, getConverters, getDefaultTerminalConverterFactory, getGrammar, internalRegisterForClass, isConfigurationMethod, registerEFactoryConverters, setDefaultTerminalConverterFactory, setGrammar, toString, toValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KaomValueConverter

public KaomValueConverter()