|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.ProjectComponent org.apache.tools.ant.Task org.apache.tools.ant.taskdefs.optional.javacc.JJDoc
public class JJDoc
Runs the JJDoc compiler compiler.
Field Summary |
---|
Fields inherited from class org.apache.tools.ant.Task |
---|
target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
---|
description, location, project |
Constructor Summary | |
---|---|
JJDoc()
Constructor |
Method Summary | |
---|---|
void |
execute()
Do the task. |
void |
setJavacchome(java.io.File javaccHome)
The directory containing the JavaCC distribution. |
void |
setOnetable(boolean oneTable)
Sets the ONE_TABLE documentation option. |
void |
setOutputfile(java.lang.String outputFile)
The outputfile to write the generated BNF documentation file to. |
void |
setTarget(java.io.File target)
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 |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JJDoc()
Method Detail |
---|
public void setText(boolean plainText)
plainText
- a boolean
value.public void setOnetable(boolean oneTable)
oneTable
- a boolean
value.public void setOutputfile(java.lang.String outputFile)
outputFile
- the name of the output file.public void setTarget(java.io.File target)
target
- the grammar file.public void setJavacchome(java.io.File javaccHome)
javaccHome
- the home directory.public void execute() throws BuildException
execute
in class Task
BuildException
- if there is an error.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |