| AbstractJavaCCMojo |
Provides common services for all mojos that compile JavaCC grammar files.
|
| AbstractPreprocessorMojo |
Provides common services for all mojos that preprocess JavaCC grammar files.
|
| ForkedJvm |
Runs the main() method of some tool in a forked JVM.
|
| GrammarDirectoryScanner |
Scans source directories for JavaCC grammar files.
|
| GrammarInfo |
This bean holds some output related information about a JavaCC grammar file.
|
| JavaCC |
Provides a facade for the mojos to invoke JavaCC.
|
| JavaCCMojo |
Parses a JavaCC grammar file (*.jj) and transforms it to Java source files.
|
| JJDoc |
Provides a facade for the mojos to invoke JJDoc.
|
| JJDocMojo |
JJDoc takes a JavaCC parser specification and produces
documentation for the BNF grammar.
|
| JJDocMojo.GrammarInfoComparator |
Compares grammar infos using their relative grammar file paths as the sort key.
|
| JJTree |
Provides a facade for the mojos to invoke JJTree.
|
| 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.
|
| JTB |
Provides a facade for the mojos to invoke JTB.
|
| 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.
|
| LegacyGrammarDirectoryScanner |
Scans source directories for JavaCC grammar files.
|
| ToolFacade |
Provides a facade for the mojos to invoke JavaCC related tools.
|
| UrlUtils |
Assists in handling of URLs.
|