org.codehaus.mojo.javacc
public class JJTreeMojo extends AbstractPreprocessorMojo
Deprecated: As of version 2.4, use the jjtree-javacc
goal instead.
*.jjt
) and transforms it to Java source files and a JavaCC grammar
file. Please see the JJTree Reference Documentation for
more information.
Since: 2.0
Version: $Id: JJTreeMojo.java 7847 2008-10-05 17:52:15Z bentmann $
UNKNOWN: jjtree generate-sources
Method Summary | |
---|---|
protected void | addCompileSourceRoot()
Prevents registration of our output or a following invocation of the javacc mojo will cause duplicate sources
which in turn will make compilation fail. |
protected String[] | getExcludes() |
protected String[] | getIncludes() |
protected File | getOutputDirectory() |
protected File | getSourceDirectory() |
protected int | getStaleMillis() |
protected File | getTimestampDirectory() |
protected JJTree | newJJTree()
Creates a new facade to invoke JJTree. |
protected void | processGrammar(GrammarInfo grammarInfo) |
Returns: The facade for the tool invocation, never null
.