de.cau.cs.kieler.synccharts.text.kits.formatting
Class KitsValueConverter
java.lang.Object
org.eclipse.xtext.conversion.impl.AbstractValueConverterService
org.eclipse.xtext.conversion.impl.AbstractDeclarativeValueConverterService
org.eclipse.xtext.common.services.DefaultTerminalConverters
de.cau.cs.kieler.core.annotations.formatting.AnnotationsValueConverter
de.cau.cs.kieler.core.expressions.formatting.ExpressionsValueConverter
de.cau.cs.kieler.synccharts.text.actions.formatting.ActionsValueConverter
de.cau.cs.kieler.synccharts.text.kits.formatting.KitsValueConverter
- All Implemented Interfaces:
- org.eclipse.xtext.conversion.IValueConverterService
public class KitsValueConverter
- extends ActionsValueConverter
Customized IValueConverter
.
Realizes the mapping of special terminal symbols to model content.
- Rating

Nested classes/interfaces inherited from class org.eclipse.xtext.common.services.DefaultTerminalConverters |
org.eclipse.xtext.common.services.DefaultTerminalConverters.IDValueConverter, org.eclipse.xtext.common.services.DefaultTerminalConverters.INTValueConverter, org.eclipse.xtext.common.services.DefaultTerminalConverters.STRINGValueConverter |
Fields inherited from class org.eclipse.xtext.conversion.impl.AbstractDeclarativeValueConverterService |
defaultTerminalConverterFactory |
Method Summary |
org.eclipse.xtext.conversion.IValueConverter<String> |
AnnotationKey()
Provides annotation key converter dropping/attaching the leading '@'. |
org.eclipse.xtext.conversion.IValueConverter<String> |
CommentAnnotation()
Provides comment annotation converter dropping/attaching the leading/trailing characters. |
org.eclipse.xtext.conversion.IValueConverter<String> |
TransitionLabalString()
Provides transition label converter dropping/attaching the leading/trailing character. |
Methods inherited from class org.eclipse.xtext.common.services.DefaultTerminalConverters |
ID, STRING |
Methods inherited from class org.eclipse.xtext.conversion.impl.AbstractDeclarativeValueConverterService |
getConverter, getConverters, getGrammar, internalRegisterForClass, isConfigurationMethod, registerEFactoryConverters, setGrammar, toString, toValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KitsValueConverter
public KitsValueConverter()
TransitionLabalString
public org.eclipse.xtext.conversion.IValueConverter<String> TransitionLabalString()
- Provides transition label converter dropping/attaching the leading/trailing character.
- Returns:
- dedicated value converter
CommentAnnotation
public org.eclipse.xtext.conversion.IValueConverter<String> CommentAnnotation()
- Provides comment annotation converter dropping/attaching the leading/trailing characters.
- Returns:
- dedicated value converter
AnnotationKey
public org.eclipse.xtext.conversion.IValueConverter<String> AnnotationKey()
- Provides annotation key converter dropping/attaching the leading '@'.
- Returns:
- dedicated value converter