Package org.eclipse.xtext.conversion
-
Interface Summary Interface Description IValueConverter<Type> AValueConverteris used to create a semantic value from an input string or node and vice versa.IValueConverter.RuleSpecific Value converters that rely on information about the actual rule that is converted, may implement this interface.IValueConverterService IValueConverterService.Introspectable Extension interface to the value converter service. -
Exception Summary Exception Description ValueConverterException AValueConverterExceptionindicates an input string or node that cannot be converted to a semantic value.ValueConverterWithValueException A value converter exception that carries the value around, that was recoverable from a badly formatted string or erroneous node. -
Annotation Types Summary Annotation Type Description ValueConverter Annotate methods in your ownAbstractDeclarativeValueConverterServiceto mark them as contributions to all known value converters.