Class JJTree
- java.lang.Object
- 
- org.apache.tools.ant.ProjectComponent
- 
- org.apache.tools.ant.Task
- 
- org.apache.tools.ant.taskdefs.optional.javacc.JJTree
 
 
 
- 
- All Implemented Interfaces:
- java.lang.Cloneable
 
 public class JJTree extends Task Runs the JJTree compiler compiler.
- 
- 
Field Summary- 
Fields inherited from class org.apache.tools.ant.ProjectComponentdescription, location, project
 
- 
 - 
Constructor SummaryConstructors Constructor Description JJTree()Constructor
 - 
Method SummaryModifier and Type Method Description voidexecute()Run the task.voidsetBuildnodefiles(boolean buildNodeFiles)Sets the BUILD_NODE_FILES grammar option.voidsetJavacchome(java.io.File javaccHome)The directory containing the JavaCC distribution.voidsetMaxmemory(java.lang.String max)Corresponds -Xmx.voidsetMulti(boolean multi)Sets the MULTI grammar option.voidsetNodedefaultvoid(boolean nodeDefaultVoid)Sets the NODE_DEFAULT_VOID grammar option.voidsetNodefactory(boolean nodeFactory)Sets the NODE_FACTORY grammar option.voidsetNodepackage(java.lang.String nodePackage)Sets the NODE_PACKAGE grammar option.voidsetNodeprefix(java.lang.String nodePrefix)Sets the NODE_PREFIX grammar option.voidsetNodescopehook(boolean nodeScopeHook)Sets the NODE_SCOPE_HOOK grammar option.voidsetNodeusesparser(boolean nodeUsesParser)Sets the NODE_USES_PARSER grammar option.voidsetOutputdirectory(java.io.File outputDirectory)The directory to write the generated JavaCC grammar and node files to.voidsetOutputfile(java.lang.String outputFile)The outputfile to write the generated JavaCC grammar file to.voidsetStatic(boolean staticParser)Sets the STATIC grammar option.voidsetTarget(java.io.File targetFile)The jjtree grammar file to process.voidsetVisitor(boolean visitor)Sets the VISITOR grammar option.voidsetVisitorException(java.lang.String visitorException)Sets the VISITOR_EXCEPTION grammar option.- 
Methods inherited from class org.apache.tools.ant.TaskbindToOwner, 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.ProjectComponentclone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
- 
 
- 
- 
- 
Method Detail- 
setBuildnodefilespublic void setBuildnodefiles(boolean buildNodeFiles) Sets the BUILD_NODE_FILES grammar option.- Parameters:
- buildNodeFiles- a- booleanvalue.
 
 - 
setMultipublic void setMulti(boolean multi) Sets the MULTI grammar option.- Parameters:
- multi- a- booleanvalue.
 
 - 
setNodedefaultvoidpublic void setNodedefaultvoid(boolean nodeDefaultVoid) Sets the NODE_DEFAULT_VOID grammar option.- Parameters:
- nodeDefaultVoid- a- booleanvalue.
 
 - 
setNodefactorypublic void setNodefactory(boolean nodeFactory) Sets the NODE_FACTORY grammar option.- Parameters:
- nodeFactory- a- booleanvalue.
 
 - 
setNodescopehookpublic void setNodescopehook(boolean nodeScopeHook) Sets the NODE_SCOPE_HOOK grammar option.- Parameters:
- nodeScopeHook- a- booleanvalue.
 
 - 
setNodeusesparserpublic void setNodeusesparser(boolean nodeUsesParser) Sets the NODE_USES_PARSER grammar option.- Parameters:
- nodeUsesParser- a- booleanvalue.
 
 - 
setStaticpublic void setStatic(boolean staticParser) Sets the STATIC grammar option.- Parameters:
- staticParser- a- booleanvalue.
 
 - 
setVisitorpublic void setVisitor(boolean visitor) Sets the VISITOR grammar option.- Parameters:
- visitor- a- booleanvalue.
 
 - 
setNodepackagepublic void setNodepackage(java.lang.String nodePackage) Sets the NODE_PACKAGE grammar option.- Parameters:
- nodePackage- the option to use.
 
 - 
setVisitorExceptionpublic void setVisitorException(java.lang.String visitorException) Sets the VISITOR_EXCEPTION grammar option.- Parameters:
- visitorException- the option to use.
 
 - 
setNodeprefixpublic void setNodeprefix(java.lang.String nodePrefix) Sets the NODE_PREFIX grammar option.- Parameters:
- nodePrefix- the option to use.
 
 - 
setOutputdirectorypublic void setOutputdirectory(java.io.File outputDirectory) The directory to write the generated JavaCC grammar and node files to. If not set, the files are written to the directory containing the grammar file.- Parameters:
- outputDirectory- the output directory.
 
 - 
setOutputfilepublic void setOutputfile(java.lang.String outputFile) The outputfile to write the generated JavaCC grammar file to. If not set, the file is written with the same name as the JJTree grammar file with a suffix .jj.- Parameters:
- outputFile- the output file name.
 
 - 
setTargetpublic void setTarget(java.io.File targetFile) The jjtree grammar file to process.- Parameters:
- targetFile- the grammar file.
 
 - 
setJavacchomepublic void setJavacchome(java.io.File javaccHome) The directory containing the JavaCC distribution.- Parameters:
- javaccHome- the directory containing JavaCC.
 
 - 
setMaxmemorypublic void setMaxmemory(java.lang.String max) Corresponds -Xmx.- Parameters:
- max- max memory parameter.
- Since:
- Ant 1.8.3
 
 - 
executepublic void execute() throws BuildExceptionRun the task.- Overrides:
- executein class- Task
- Throws:
- BuildException- on error.
 
 
- 
 
-