All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.javacc.parser.TokenManagerCodeGenerator Maven / Gradle / Ivy

There is a newer version: 7.0.13
Show newest version
package org.javacc.parser;

public interface TokenManagerCodeGenerator {
  /**
   * Genrate the code for the token manager. Note that the code generator just
   * produces a buffer.
   */
  void generateCode(TokenizerData tokenizerData);

  /**
   * Complete the code generation and save any output file(s).
   */
  void finish(TokenizerData tokenizerData);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy