Package de.gebit.integrity.formatting
Class DSLFormatter.TableTestFormatterTokenStream
- java.lang.Object
-
- de.gebit.integrity.formatting.DSLFormatter.TableTestFormatterTokenStream
-
- All Implemented Interfaces:
org.eclipse.xtext.parsetree.reconstr.ITokenStream
- Enclosing class:
- DSLFormatter
public class DSLFormatter.TableTestFormatterTokenStream extends java.lang.Object implements org.eclipse.xtext.parsetree.reconstr.ITokenStreamThis token stream is basically a filter that sits between the streams, catches tables and formats them before they're forwarded.- Author:
- Rene Schneider - initial API and implementation
-
-
Constructor Summary
Constructors Constructor Description TableTestFormatterTokenStream(org.eclipse.xtext.parsetree.reconstr.ITokenStream anOut)Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidflush()voidwriteHidden(org.eclipse.emf.ecore.EObject aGrammarElement, java.lang.String aValue)voidwriteSemantic(org.eclipse.emf.ecore.EObject aGrammarElement, java.lang.String aValue)
-
-
-
Method Detail
-
flush
public void flush() throws java.io.IOException- Specified by:
flushin interfaceorg.eclipse.xtext.parsetree.reconstr.ITokenStream- Throws:
java.io.IOException
-
writeHidden
public void writeHidden(org.eclipse.emf.ecore.EObject aGrammarElement, java.lang.String aValue) throws java.io.IOException- Specified by:
writeHiddenin interfaceorg.eclipse.xtext.parsetree.reconstr.ITokenStream- Throws:
java.io.IOException
-
writeSemantic
public void writeSemantic(org.eclipse.emf.ecore.EObject aGrammarElement, java.lang.String aValue) throws java.io.IOException- Specified by:
writeSemanticin interfaceorg.eclipse.xtext.parsetree.reconstr.ITokenStream- Throws:
java.io.IOException
-
-