Package org.javacc.parser
Interface ParserCodeGenerator
public interface ParserCodeGenerator
-
Method Summary
Modifier and TypeMethodDescriptionvoid
finish
(CodeGenerator codeGenerator, ParserData tokenizerData) Complete the code generation and save any output file(s).void
generateCode
(CodeGenerator codeGenerator, ParserData tokenizerData) Generate the code for the parser.
-
Method Details
-
generateCode
Generate the code for the parser. Note that the code generator just produces a buffer. -
finish
Complete the code generation and save any output file(s).
-