org.apache.tools.ant.taskdefs.optional.javacc
Class JJDoc
- Cloneable
Runs the JJDoc compiler compiler.
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.
|
bindToOwner , execute , getOwningTarget , getRuntimeConfigurableWrapper , getTaskName , getTaskType , getWrapper , handleErrorFlush , handleErrorOutput , handleFlush , handleInput , handleOutput , init , isInvalid , log , log , log , log , maybeConfigure , perform , reconfigure , setOwningTarget , setRuntimeConfigurableWrapper , setTaskName , setTaskType |
JJDoc
public JJDoc()
Constructor
setJavacchome
public void setJavacchome(File javaccHome)
The directory containing the JavaCC distribution.
javaccHome
- the home directory.
setOnetable
public void setOnetable(boolean oneTable)
Sets the ONE_TABLE documentation option.
oneTable
- a boolean
value.
setOutputfile
public void setOutputfile(String outputFile)
The outputfile to write the generated BNF documentation file to.
If not set, the file is written with the same name as
the JavaCC grammar file with a suffix .html or .txt.
outputFile
- the name of the output file.
setTarget
public void setTarget(File target)
The javacc grammar file to process.
target
- the grammar file.
setText
public void setText(boolean plainText)
Sets the TEXT BNF documentation option.
plainText
- a boolean
value.