generate abstract method

void generate(
  1. File file,
  2. CompilationUnit unit
)

Override this method to specify how to generate according to the source file and the parsed unit of the abstract syntax tree.

Implementation

void generate(File file, CompilationUnit unit);