Package ru.ispras.castle.codegen
Interface FileGenerator
-
- All Known Implementing Classes:
FileGeneratorStringTemplate
public interface FileGenerator
TheFileGenerator
interface is used to manipulate with code file generators.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
generate()
Runs generation of a code file.
-