org.apache.tools.ant.taskdefs.optional.javacc
Class JJTree
java.lang.Object
|
+--org.apache.tools.ant.Task
|
+--org.apache.tools.ant.taskdefs.optional.javacc.JJTree
- public class JJTree
- extends Task
Taskdef for the JJTree compiler compiler.
- Author:
- thomas.haas@softwired-inc.com, Michael Saunders michael@amtec.com
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getProject, getRuntimeConfigurableWrapper, getTaskName, init, log, log, maybeConfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JJTree
public JJTree()
setBuildnodefiles
public void setBuildnodefiles(boolean buildNodeFiles)
setMulti
public void setMulti(boolean multi)
setNodedefaultvoid
public void setNodedefaultvoid(boolean nodeDefaultVoid)
setNodefactory
public void setNodefactory(boolean nodeFactory)
setNodescopehook
public void setNodescopehook(boolean nodeScopeHook)
setNodeusesparser
public void setNodeusesparser(boolean nodeUsesParser)
setStatic
public void setStatic(boolean staticParser)
setVisitor
public void setVisitor(boolean visitor)
setNodepackage
public void setNodepackage(java.lang.String nodePackage)
setVisitorException
public void setVisitorException(java.lang.String visitorException)
setNodeprefix
public void setNodeprefix(java.lang.String nodePrefix)
setOutputdirectory
public void setOutputdirectory(java.io.File outputDirectory)
setTarget
public void setTarget(java.io.File target)
setJavacchome
public void setJavacchome(java.io.File javaccHome)
execute
public void execute()
throws BuildException
- Description copied from class:
Task
- Called by the project to let the task do it's work. Normally it does nothing.
- Overrides:
execute
in class Task
- Following copied from class:
org.apache.tools.ant.Task
- Throws:
BuildException
- if someting goes wrong with the build
Copyright © 2000 Apache Software Foundation. All Rights Reserved.