org.eclipse.xtext.conversion.impl
Class AbstractValueConverter<Type>

java.lang.Object
  extended by org.eclipse.xtext.conversion.impl.AbstractValueConverter<Type>
All Implemented Interfaces:
IValueConverter<Type>
Direct Known Subclasses:
AbstractLexerBasedConverter, AbstractNullSafeConverter, KeywordAlternativeConverter, KeywordBasedValueConverter, QualifiedNameValueConverter

public abstract class AbstractValueConverter<Type>
extends java.lang.Object
implements IValueConverter<Type>

Author:
Sven Efftinge - Initial contribution and API

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.xtext.conversion.IValueConverter
IValueConverter.RuleSpecific
 
Field Summary
 
Fields inherited from interface org.eclipse.xtext.conversion.IValueConverter
NO_OP_CONVERTER
 
Constructor Summary
AbstractValueConverter()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.xtext.conversion.IValueConverter
toString, toValue
 

Constructor Detail

AbstractValueConverter

public AbstractValueConverter()