| Package | Description |
|---|---|
| org.eclipse.xtext.conversion.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIDValueConverter
Abstract implementation of a value converter that escapes a string
based on a set of values.
|
class |
AbstractLexerBasedConverter<T> |
class |
AbstractNullSafeConverter<T> |
class |
AbstractToStringConverter<T>
Abstract implementation of a
IValueConverter, that does not fail on
null-Values and uses a simple Object.toString() to obtain
the String representation. |
class |
DefaultTerminalConverter |
class |
IDValueConverter |
class |
IgnoreCaseIDValueConverter |
class |
INTValueConverter |
class |
KeywordAlternativeConverter |
class |
KeywordBasedValueConverter
This
IValueConverter ensures that the given string value fulfills a
data type rule that consists only of an alternative of keywords. |
class |
QualifiedNameInStaticImportValueConverter |
class |
QualifiedNameValueConverter
A value converter for qualified names consisting of segments or wildcard literals separated by namespace delimiters.
|
class |
STRINGValueConverter |
Copyright © 2015. All Rights Reserved.