Uses of Class
org.codehaus.mojo.javacc.AbstractJavaCCMojo
Packages that use AbstractJavaCCMojo
-
Uses of AbstractJavaCCMojo in org.codehaus.mojo.javacc
Subclasses of AbstractJavaCCMojo in org.codehaus.mojo.javaccModifier and TypeClassDescriptionclass
Parses a JavaCC grammar file (*.jj
) and transforms it to Java source files.class
Preprocesses decorated grammar files (*.jjt
) with JJTree and passes the output to JavaCC in order to finally generate a parser with parse tree actions.class
Preprocesses ordinary grammar files (*.jtb
) with JTB and passes the output to JavaCC in order to finally generate a parser with parse tree actions.