| Package | Description |
|---|---|
| org.codehaus.mojo.javacc |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaCCMojo
Parses a JavaCC grammar file (
*.jj) and transforms it to Java
source files. |
class |
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. |
class |
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. |
Copyright © 2005–2018 Philip Helger. All rights reserved.