Interface ITokenStream

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void flush()  
      void writeHidden​(org.eclipse.emf.ecore.EObject grammarElement, java.lang.String value)  
      void writeSemantic​(org.eclipse.emf.ecore.EObject grammarElement, java.lang.String value)  
    • Method Detail

      • flush

        void flush()
            throws java.io.IOException
        Throws:
        java.io.IOException
      • writeHidden

        void writeHidden​(org.eclipse.emf.ecore.EObject grammarElement,
                         java.lang.String value)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • writeSemantic

        void writeSemantic​(org.eclipse.emf.ecore.EObject grammarElement,
                           java.lang.String value)
                    throws java.io.IOException
        Throws:
        java.io.IOException