|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jelly.TagSupport
org.apache.commons.jelly.tags.antlr.AntlrTag
public class AntlrTag
Field Summary | |
---|---|
private java.util.List |
grammars
|
private java.io.File |
outputDir
|
Fields inherited from class org.apache.commons.jelly.TagSupport |
---|
body, context, hasTrimmed, parent, shouldTrim |
Constructor Summary | |
---|---|
AntlrTag()
|
Method Summary | |
---|---|
(package private) void |
addGrammar(java.lang.String grammar)
|
void |
doTag(org.apache.commons.jelly.XMLOutput output)
Evaluate the body to register all the various goals and pre/post conditions then run all the current targets |
protected java.io.File |
getGeneratedFile(java.lang.String grammar)
|
java.io.File |
getOutputDir()
|
void |
setOutputDir(java.io.File outputDir)
|
Methods inherited from class org.apache.commons.jelly.TagSupport |
---|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.List grammars
private java.io.File outputDir
Constructor Detail |
---|
public AntlrTag()
Method Detail |
---|
public void doTag(org.apache.commons.jelly.XMLOutput output) throws org.apache.commons.jelly.MissingAttributeException, org.apache.commons.jelly.JellyTagException
org.apache.commons.jelly.MissingAttributeException
org.apache.commons.jelly.JellyTagException
protected java.io.File getGeneratedFile(java.lang.String grammar) throws org.apache.commons.jelly.JellyTagException
org.apache.commons.jelly.JellyTagException
void addGrammar(java.lang.String grammar)
public void setOutputDir(java.io.File outputDir)
public java.io.File getOutputDir()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |