org.eclipse.xtext.parsetree.reconstr
Interface ITokenStream

All Known Subinterfaces:
ITokenStreamExtension
All Known Implementing Classes:
AbstractTokenStream, BaseTokenStream, DefaultNodeModelFormatter.FilterFirstWhitespaceStream, FormattingConfigBasedStream, OneWhitespaceFormatter.OneWhitespaceFormatterStream, TokenStringBuffer, WriterTokenStream

public interface ITokenStream

Author:
Moritz Eysholdt - Initial contribution and API

Method Summary
 void flush()
           
 void writeHidden(org.eclipse.emf.ecore.EObject grammarElement, java.lang.String value)
           
 void writeSemantic(org.eclipse.emf.ecore.EObject grammarElement, java.lang.String value)
           
 

Method Detail

flush

void flush()
           throws java.io.IOException
Throws:
java.io.IOException

writeHidden

void writeHidden(org.eclipse.emf.ecore.EObject grammarElement,
                 java.lang.String value)
                 throws java.io.IOException
Throws:
java.io.IOException

writeSemantic

void writeSemantic(org.eclipse.emf.ecore.EObject grammarElement,
                   java.lang.String value)
                   throws java.io.IOException
Throws:
java.io.IOException