Class NodeModelStreamer

    • Constructor Detail

      • NodeModelStreamer

        public NodeModelStreamer()
    • Method Detail

      • findRootRuleForRegion

        protected ParserRule findRootRuleForRegion​(INode node)
        Since:
        2.0
      • getLeafs

        protected java.util.List<INode> getLeafs​(ICompositeNode root,
                                                 int fromOffset,
                                                 int toOffset)
      • writeHidden

        protected void writeHidden​(ITokenStream out,
                                   ILeafNode node)
                            throws java.io.IOException
        Throws:
        java.io.IOException
      • writeHiddenEmpty

        protected void writeHiddenEmpty​(ITokenStream out)
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • writeSemantic

        protected void writeSemantic​(ITokenStream out,
                                     ICompositeNode node)
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • writeSemantic

        protected void writeSemantic​(ITokenStream out,
                                     ILeafNode node)
                              throws java.io.IOException
        Throws:
        java.io.IOException