Class CodeGenPipeline


  • public class CodeGenPipeline
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void process()  
      protected void writeRecognizer​(org.stringtemplate.v4.ST template, CodeGenerator gen, boolean header)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CodeGenPipeline

        public CodeGenPipeline​(Grammar g)
    • Method Detail

      • process

        public void process()
      • writeRecognizer

        protected void writeRecognizer​(org.stringtemplate.v4.ST template,
                                       CodeGenerator gen,
                                       boolean header)