de.cau.cs.kieler.core.annotations.text.formatting
Class AnnotationsValueConverter

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
All Implemented Interfaces:
org.eclipse.xtext.conversion.IValueConverterService
Direct Known Subclasses:
KaomValueConverter, KExpressionsValueConverter

public class AnnotationsValueConverter
extends org.eclipse.xtext.common.services.DefaultTerminalConverters

Rating red

Field Summary
 
Fields inherited from class org.eclipse.xtext.conversion.impl.AbstractDeclarativeValueConverterService
defaultTerminalConverterFactory
 
Constructor Summary
AnnotationsValueConverter()
           
 
Method Summary
 org.eclipse.xtext.conversion.IValueConverter<String> CommentAnnotation()
          Provides comment annotation converter dropping/attaching the leading/trailing characters.
 org.eclipse.xtext.conversion.IValueConverter<String> EString()
          Provides EString converter dropping/attaching the leading/trailing character.
 org.eclipse.xtext.conversion.IValueConverter<String> TypeId()
          Provides comment annotation converter dropping/attaching the leading/trailing characters.
 
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

AnnotationsValueConverter

public AnnotationsValueConverter()
Method Detail

CommentAnnotation

public org.eclipse.xtext.conversion.IValueConverter<String> CommentAnnotation()
Provides comment annotation converter dropping/attaching the leading/trailing characters.

Returns:
dedicated value converter

TypeId

public org.eclipse.xtext.conversion.IValueConverter<String> TypeId()
Provides comment annotation converter dropping/attaching the leading/trailing characters.

Returns:
dedicated value converter

EString

public org.eclipse.xtext.conversion.IValueConverter<String> EString()
Provides EString converter dropping/attaching the leading/trailing character.

Returns:
dedicated value converter