|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.ProjectComponent | +--org.apache.tools.ant.Task | +--com.octagroup.foregej.ant.JavaRewriterTask
DOCUMENT ME! Date Author Description
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 | |
JavaRewriterTask()
|
Method Summary | |
void |
addSrc(org.apache.tools.ant.types.FileSet fs)
Sets the files to process. |
void |
doTreeAction(java.lang.String f,
antlr.collections.AST t,
java.lang.String[] tokenNames)
DOCUMENT ME! |
void |
execute()
DOCUMENT ME! |
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorFlush, handleErrorOutput, handleFlush, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JavaRewriterTask()
Method Detail |
public void addSrc(org.apache.tools.ant.types.FileSet fs)
fs
- the files to process.public void doTreeAction(java.lang.String f, antlr.collections.AST t, java.lang.String[] tokenNames) throws antlr.RecognitionException, java.lang.InterruptedException
f
- DOCUMENT ME!t
- DOCUMENT ME!tokenNames
- DOCUMENT ME!java.lang.InterruptedException
- DOCUMENT ME!antlr.RecognitionException
- DOCUMENT ME!public void execute()
execute
in class org.apache.tools.ant.Task
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |