org.codehaus.mojo.javacc

Class JavaCCMojo

public class JavaCCMojo extends AbstractJavaCCMojo

Parses a JavaCC grammar file (*.jj) and transforms it to Java source files. Detailed information about the JavaCC options can be found on the JavaCC website.

Since: 2.0

Version: $Id: JavaCCMojo.java 8156 2008-11-26 18:20:19Z bentmann $

Author: jruiz@exist.com jesse

UNKNOWN: javacc generate-sources

Method Summary
protected File[]getCompileSourceRoots()
protected String[]getExcludes()
protected String[]getIncludes()
protected FilegetOutputDirectory()
protected StringgetParserPackage()
protected FilegetSourceDirectory()
protected intgetStaleMillis()
protected voidprocessGrammar(GrammarInfo grammarInfo)

Method Detail

getCompileSourceRoots

protected File[] getCompileSourceRoots()
{@inheritDoc }

getExcludes

protected String[] getExcludes()
{@inheritDoc }

getIncludes

protected String[] getIncludes()
{@inheritDoc }

getOutputDirectory

protected File getOutputDirectory()
{@inheritDoc }

getParserPackage

protected String getParserPackage()
{@inheritDoc }

getSourceDirectory

protected File getSourceDirectory()
{@inheritDoc }

getStaleMillis

protected int getStaleMillis()
{@inheritDoc }

processGrammar

protected void processGrammar(GrammarInfo grammarInfo)
{@inheritDoc }
Copyright © 2005-2010 Codehaus. All Rights Reserved.