| Class | Description |
|---|---|
| AbstractJavaCCMojo |
Provides common services for all mojos that compile JavaCC grammar files.
|
| AbstractPreprocessorMojo |
Provides common services for all mojos that preprocess JavaCC grammar files.
|
| HelpMojo |
Display help information on javacc-maven-plugin.
Call mvn javacc:help -Ddetail=true -Dgoal=<goal-name> to display parameter details. |
| JavaCCMojo |
Parses a JavaCC grammar file (
*.jj) and transforms it to Java source files. |
| JJDocMojo |
JJDoc takes a JavaCC parser specification and produces
documentation for the BNF grammar.
|
| JJTreeJavaCCMojo |
Preprocesses decorated grammar files (
*.jjt) with JJTree and passes the output to JavaCC in order to
finally generate a parser with parse tree actions. |
| JJTreeMojo | Deprecated
As of version 2.4, use the
jjtree-javacc goal instead. |
| JTBJavaCCMojo |
Preprocesses ordinary grammar files (
*.jtb) with JTB and passes the output to JavaCC in order to
finally generate a parser with parse tree actions. |
| JTBMojo | Deprecated
As of version 2.4, use the
jtb-javacc goal instead. |
Copyright © 2005–2025 MojoHaus. All rights reserved.