Interface ParserCodeGenerator


  • public interface ParserCodeGenerator
    • Method Detail

      • generateCode

        void generateCode​(CodeGenerator codeGenerator,
                          ParserData tokenizerData)
        Generate the code for the parser. Note that the code generator just produces a buffer.
      • finish

        void finish​(CodeGenerator codeGenerator,
                    ParserData tokenizerData)
        Complete the code generation and save any output file(s).