Package org.codehaus.mojo.javacc
package org.codehaus.mojo.javacc
-
ClassesClassDescriptionProvides common services for all mojos that compile JavaCC grammar files.Provides common services for all mojos that preprocess JavaCC grammar files.Parses a JavaCC grammar file (
*.jj
) and transforms it to Java source files.JJDoc takes a JavaCC parser specification and produces documentation for the BNF grammar.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.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 thejtb-javacc
goal instead.
jjtree-javacc
goal instead.