org.apache.tools.ant.taskdefs.optional.javacc

Class JJTree


public class JJTree
extends Task

Runs the JJTree compiler compiler.

Field Summary

Fields inherited from class org.apache.tools.ant.Task

description, location, target, taskName, taskType, wrapper

Fields inherited from class org.apache.tools.ant.ProjectComponent

project

Constructor Summary

JJTree()

Method Summary

void
execute()
void
setBuildnodefiles(boolean buildNodeFiles)
Sets the BUILD_NODE_FILES grammar option.
void
setJavacchome(File javaccHome)
The directory containing the JavaCC distribution.
void
setMulti(boolean multi)
Sets the MULTI grammar option.
void
setNodedefaultvoid(boolean nodeDefaultVoid)
Sets the NODE_DEFAULT_VOID grammar option.
void
setNodefactory(boolean nodeFactory)
Sets the NODE_FACTORY grammar option.
void
setNodepackage(String nodePackage)
Sets the NODE_PACKAGE grammar option.
void
setNodeprefix(String nodePrefix)
Sets the NODE_PREFIX grammar option.
void
setNodescopehook(boolean nodeScopeHook)
Sets the NODE_SCOPE_HOOK grammar option.
void
setNodeusesparser(boolean nodeUsesParser)
Sets the NODE_USES_PARSER grammar option.
void
setOutputdirectory(File outputDirectory)
The directory to write the generated JavaCC grammar and node files to.
void
setOutputfile(String outputFile)
The outputfile to write the generated JavaCC grammar file to.
void
setStatic(boolean staticParser)
Sets the STATIC grammar option.
void
setTarget(File target)
The jjtree grammar file to process.
void
setVisitor(boolean visitor)
Sets the VISITOR grammar option.
void
setVisitorException(String visitorException)
Sets the VISITOR_EXCEPTION grammar option.

Methods inherited from class org.apache.tools.ant.Task

execute, getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType

Methods inherited from class org.apache.tools.ant.ProjectComponent

getProject, log, log, setProject

Constructor Details

JJTree

public JJTree()

Method Details

execute

public void execute()
            throws BuildException
Overrides:
execute in interface Task

setBuildnodefiles

public void setBuildnodefiles(boolean buildNodeFiles)
Sets the BUILD_NODE_FILES grammar option.

setJavacchome

public void setJavacchome(File javaccHome)
The directory containing the JavaCC distribution.

setMulti

public void setMulti(boolean multi)
Sets the MULTI grammar option.

setNodedefaultvoid

public void setNodedefaultvoid(boolean nodeDefaultVoid)
Sets the NODE_DEFAULT_VOID grammar option.

setNodefactory

public void setNodefactory(boolean nodeFactory)
Sets the NODE_FACTORY grammar option.

setNodepackage

public void setNodepackage(String nodePackage)
Sets the NODE_PACKAGE grammar option.

setNodeprefix

public void setNodeprefix(String nodePrefix)
Sets the NODE_PREFIX grammar option.

setNodescopehook

public void setNodescopehook(boolean nodeScopeHook)
Sets the NODE_SCOPE_HOOK grammar option.

setNodeusesparser

public void setNodeusesparser(boolean nodeUsesParser)
Sets the NODE_USES_PARSER grammar option.

setOutputdirectory

public void setOutputdirectory(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.

setOutputfile

public void setOutputfile(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.

setStatic

public void setStatic(boolean staticParser)
Sets the STATIC grammar option.

setTarget

public void setTarget(File target)
The jjtree grammar file to process.

setVisitor

public void setVisitor(boolean visitor)
Sets the VISITOR grammar option.

setVisitorException

public void setVisitorException(String visitorException)
Sets the VISITOR_EXCEPTION grammar option.

Copyright B) 2000-2006 Apache Software Foundation. All Rights Reserved.