Package org.codehaus.mojo.javacc


package org.codehaus.mojo.javacc
  • Classes
    Class
    Description
    Provides common services for all mojos that compile JavaCC grammar files.
    Provides common services for all mojos that preprocess JavaCC grammar files.
    Runs the main() method of some tool in a forked JVM.
    Scans source directories for JavaCC grammar files.
    This bean holds some output related information about a JavaCC grammar file.
    Provides a facade for the mojos to invoke JavaCC.
    Parses a JavaCC grammar file (*.jj) and transforms it to Java source files.
    Provides a facade for the mojos to invoke JJDoc.
    Provides a facade for the mojos to invoke JJTree.
    Preprocesses decorated grammar files (*.jjt) with JJTree and passes the output to JavaCC in order to finally generate a parser with parse tree actions.
    Deprecated.
    As of version 2.4, use the jjtree-javacc goal instead.
    Provides a facade for the mojos to invoke JTB.
    Preprocesses ordinary grammar files (*.jtb) with JTB and passes the output to JavaCC in order to finally generate a parser with parse tree actions.
    Deprecated.
    As of version 2.4, use the jtb-javacc goal instead.
    Scans source directories for JavaCC grammar files.
    Provides a facade for the mojos to invoke JavaCC related tools.
    Assists in handling of URLs.