Class JJDoc
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.tools.ant.taskdefs.optional.javacc.JJDoc
-
Field Summary
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
Do the task.void
setJavacchome
(File javaccHome) The directory containing the JavaCC distribution.void
setMaxmemory
(String max) Corresponds -Xmx.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
The javacc grammar file to process.void
setText
(boolean plainText) Sets the TEXT BNF documentation option.Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
-
Constructor Details
-
JJDoc
public JJDoc()Constructor
-
-
Method Details
-
setText
public void setText(boolean plainText) Sets the TEXT BNF documentation option.- Parameters:
plainText
- aboolean
value.
-
setOnetable
public void setOnetable(boolean oneTable) Sets the ONE_TABLE documentation option.- Parameters:
oneTable
- aboolean
value.
-
setOutputfile
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.- Parameters:
outputFile
- the name of the output file.
-
setTarget
The javacc grammar file to process.- Parameters:
target
- the grammar file.
-
setJavacchome
The directory containing the JavaCC distribution.- Parameters:
javaccHome
- the home directory.
-
setMaxmemory
Corresponds -Xmx.- Parameters:
max
- max memory parameter.- Since:
- Ant 1.8.3
-
execute
Do the task.- Overrides:
execute
in classTask
- Throws:
BuildException
- if there is an error.
-