org.codehaus.mojo.javacc
public class JJTreeJavaCCMojo extends AbstractJavaCCMojo
*.jjt
) with JJTree and passes the output to JavaCC in order to
finally generate a parser with parse tree actions.
Since: 2.4
Version: $Id: JJTreeJavaCCMojo.java 10603 2009-09-06 15:05:08Z bentmann $
UNKNOWN: jjtree-javacc generate-sources
Method Summary | |
---|---|
protected File[] | getCompileSourceRoots() |
protected String[] | getExcludes() |
protected String[] | getIncludes() |
protected File | getOutputDirectory() |
protected File | getSourceDirectory() |
protected int | getStaleMillis() |
protected JJTree | newJJTree()
Creates a new facade to invoke JJTree. |
protected void | processGrammar(GrammarInfo grammarInfo) |
Returns: The facade for the tool invocation, never null
.