public class WriterTokenStream extends AbstractTokenStream
| Constructor and Description |
|---|
WriterTokenStream(Writer out) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
writeHidden(org.eclipse.emf.ecore.EObject grammarElement,
String value) |
void |
writeSemantic(org.eclipse.emf.ecore.EObject grammarElement,
String value) |
initpublic WriterTokenStream(Writer out)
public void flush()
throws IOException
flush in interface ITokenStreamflush in class AbstractTokenStreamIOExceptionpublic void writeHidden(org.eclipse.emf.ecore.EObject grammarElement,
String value)
throws IOException
writeHidden in interface ITokenStreamwriteHidden in class AbstractTokenStreamIOExceptionpublic void writeSemantic(org.eclipse.emf.ecore.EObject grammarElement,
String value)
throws IOException
writeSemantic in interface ITokenStreamwriteSemantic in class AbstractTokenStreamIOExceptionCopyright © 2015. All Rights Reserved.