|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.antlr3.Antlr3PluginMojo
public abstract class Antlr3PluginMojo
Generate source code from ANTLRv3 grammar specifications.
Field Summary | |
---|---|
protected boolean |
debug
Enables ANTLR-specific network debugging. |
protected Set |
excludes
A set of exclude patterns. |
protected Set |
includes
A set of patterns matching files from the sourceDirectory that should be processed as grammars. |
protected boolean |
profile
Generate a parser that computes profiling information. |
protected org.apache.maven.project.MavenProject |
project
|
protected boolean |
trace
Generate a parser that logs rule entry/exit messages. |
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
Antlr3PluginMojo()
|
Method Summary | |
---|---|
void |
execute()
|
Set |
getIncludesPatterns()
|
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
---|
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Set includes
protected Set excludes
protected boolean debug
protected boolean trace
protected boolean profile
protected org.apache.maven.project.MavenProject project
Constructor Detail |
---|
public Antlr3PluginMojo()
Method Detail |
---|
public void execute() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
Mojo.execute()
public Set getIncludesPatterns()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |