org.eclipse.xtext.parsetree.reconstr
Interface ITokenSerializer

All Known Subinterfaces:
ITokenSerializer.ICrossReferenceSerializer, ITokenSerializer.IEnumLiteralSerializer, ITokenSerializer.IKeywordSerializer, ITokenSerializer.IValueSerializer
All Known Implementing Classes:
AbstractKeywordSerializer, CrossReferenceSerializer, EnumLiteralSerializer, IgnoreCaseKeywordSerializer, KeywordSerializer, ValueSerializer, XtextCrossReferenceSerializer

public interface ITokenSerializer

TODO: this interface does not define any methods. It just acts a container for other interfaces. Shouldn't it be replaced by a package?

Author:
Moritz Eysholdt - Initial contribution and API

Nested Class Summary
static interface ITokenSerializer.ICrossReferenceSerializer
          In the process of serializing a model to a DSL, references to model elements need to be turned into string representations which identify the targeted model element.
static interface ITokenSerializer.IEnumLiteralSerializer
           
static interface ITokenSerializer.IErrorAcceptor
           
static interface ITokenSerializer.IKeywordSerializer
           
static interface ITokenSerializer.IValueSerializer
           
 
Field Summary
static java.lang.String KEEP_VALUE_FROM_NODE_MODEL
           
 

Field Detail

KEEP_VALUE_FROM_NODE_MODEL

static final java.lang.String KEEP_VALUE_FROM_NODE_MODEL
See Also:
Constant Field Values