public class WriterTokenStream extends AbstractTokenStream
| Constructor and Description |
|---|
WriterTokenStream(java.io.Writer out) |
| Modifier and Type | Method and Description |
|---|---|
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) |
initpublic void flush()
throws java.io.IOException
flush in interface ITokenStreamflush in class AbstractTokenStreamjava.io.IOExceptionpublic void writeHidden(org.eclipse.emf.ecore.EObject grammarElement,
java.lang.String value)
throws java.io.IOException
writeHidden in interface ITokenStreamwriteHidden in class AbstractTokenStreamjava.io.IOExceptionpublic void writeSemantic(org.eclipse.emf.ecore.EObject grammarElement,
java.lang.String value)
throws java.io.IOException
writeSemantic in interface ITokenStreamwriteSemantic in class AbstractTokenStreamjava.io.IOException