public class TokenStringBuffer extends AbstractTokenStream
| Constructor and Description |
|---|
TokenStringBuffer() |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
java.lang.String |
toString() |
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 java.lang.String toString()
toString in class java.lang.Objectpublic 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