Interface ITokenStream
-
- All Known Subinterfaces:
ITokenStreamExtension
- All Known Implementing Classes:
AbstractTokenStream,BaseTokenStream,DefaultNodeModelFormatter.FilterFirstWhitespaceStream,FormattingConfigBasedStream,OneWhitespaceFormatter.OneWhitespaceFormatterStream,TokenStringBuffer,WriterTokenStream
public interface ITokenStream
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidflush()voidwriteHidden(org.eclipse.emf.ecore.EObject grammarElement, java.lang.String value)voidwriteSemantic(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
-
-