org.apache.tools.ant.taskdefs.optional.javacc
public class JJDoc extends Task
| Constructor Summary | |
|---|---|
| JJDoc()
Constructor | |
| Method Summary | |
|---|---|
| void | execute()
Do the task. |
| void | setJavacchome(File javaccHome)
The directory containing the JavaCC distribution. |
| void | setOnetable(boolean oneTable)
Sets the ONE_TABLE documentation option. |
| void | setOutputfile(String outputFile)
The outputfile to write the generated BNF documentation file to.
|
| void | setTarget(File target)
The javacc grammar file to process. |
| void | setText(boolean plainText)
Sets the TEXT BNF documentation option. |
Throws: BuildException if there is an error.
Parameters: javaccHome the home directory.
Parameters: oneTable a boolean value.
Parameters: outputFile the name of the output file.
Parameters: target the grammar file.
Parameters: plainText a boolean value.