Package org.eclipse.xtext.conversion

Interface Summary
IValueConverter<Type> A ValueConverter is 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  
 

Exception Summary
ValueConverterException A ValueConverterException indicates 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
ValueConverter