Generate source code from ANTLRv3 grammar specifications.
Mojo Attributes:
generate-sources
Name | Type | Description |
---|---|---|
outputDirectory | File |
Location for generated Java files. |
project | MavenProject |
No description. |
sourceDirectory | File |
Specifies the Antlr directory containing grammar files. |
Name | Type | Description |
---|---|---|
conversionTimeout | int |
The number of milliseconds ANTLR will wait for analysis of each alternative in the grammar to complete before giving up. |
debug | boolean |
Enables ANTLR-specific network debugging. Requires a tool able to talk this protocol e.g. ANTLRWorks |
excludes | Set |
Set of exclude patterns |
includes | Set |
A set of patterns matching files from the sourceDirectory that should be processed as grammers. |
profile | boolean |
Generate a parser that computes profiling information. |
trace | boolean |
Generate a parser that logs rule entry/exit messages. |
The number of milliseconds ANTLR will wait for analysis of each alternative in the grammar to complete before giving up.
int
No
boolean
No
java.util.Set
No
java.util.Set
No
java.io.File
Yes
${project.build.directory}/generated-sources/antlr
boolean
No
org.apache.maven.project.MavenProject
Yes
${project}
java.io.File
Yes
${basedir}/src/main/antlr
boolean
No