Package com.javacc.output.java
Class FilesGenerator
- java.lang.Object
-
- com.javacc.output.java.FilesGenerator
-
public class FilesGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description FilesGenerator(Grammar grammar, String codeLang, List<Node> codeInjections)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerate(String nodeName, Path outputFile)voidgenerate(Path outputFile)voidgenerateAll()
-
-
-
Method Detail
-
generateAll
public void generateAll() throws IOException, freemarker.template.TemplateException, ParseException- Throws:
IOExceptionfreemarker.template.TemplateExceptionParseException
-
generate
public void generate(Path outputFile) throws IOException, ParseException, freemarker.template.TemplateException
- Throws:
IOExceptionParseExceptionfreemarker.template.TemplateException
-
generate
public void generate(String nodeName, Path outputFile) throws IOException, ParseException, freemarker.template.TemplateException
- Throws:
IOExceptionParseExceptionfreemarker.template.TemplateException
-
-