public abstract class AbstractTokenStream extends java.lang.Object implements ITokenStreamExtension
| Constructor and Description |
|---|
AbstractTokenStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
init(ParserRule startRule) |
void |
writeHidden(org.eclipse.emf.ecore.EObject grammarElement,
java.lang.String value) |
void |
writeSemantic(org.eclipse.emf.ecore.EObject grammarElement,
java.lang.String value) |
public void flush()
throws java.io.IOException
flush in interface ITokenStreamjava.io.IOExceptionpublic void writeHidden(org.eclipse.emf.ecore.EObject grammarElement,
java.lang.String value)
throws java.io.IOException
writeHidden in interface ITokenStreamjava.io.IOExceptionpublic void writeSemantic(org.eclipse.emf.ecore.EObject grammarElement,
java.lang.String value)
throws java.io.IOException
writeSemantic in interface ITokenStreamjava.io.IOExceptionpublic void init(ParserRule startRule)
init in interface ITokenStreamExtension