public abstract class AbstractTokenStream extends 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,
String value) |
void |
writeSemantic(org.eclipse.emf.ecore.EObject grammarElement,
String value) |
public void flush()
throws IOException
flush in interface ITokenStreamIOExceptionpublic void writeHidden(org.eclipse.emf.ecore.EObject grammarElement,
String value)
throws IOException
writeHidden in interface ITokenStreamIOExceptionpublic void writeSemantic(org.eclipse.emf.ecore.EObject grammarElement,
String value)
throws IOException
writeSemantic in interface ITokenStreamIOExceptionpublic void init(ParserRule startRule)
init in interface ITokenStreamExtensionCopyright © 2015. All Rights Reserved.