$headContent
Full name:
org.codehaus.mojo:antlr3-maven-plugin:1.0:antlr
Description:
Generate source code from ANTLRv3 grammar specifications.
Attributes:
generate-sources.| Name | Type | Since | Description |
|---|---|---|---|
| outputDirectory | File |
- |
Location for generated Java files. Default value is: ${project.build.directory}/generated-sources/antlr. |
| sourceDirectory | File |
- |
Specifies the Antlr directory containing grammar files. Default value is: ${basedir}/src/main/antlr. |
| Name | Type | Since | Description |
|---|---|---|---|
| conversionTimeout | int |
- |
The number of milliseconds ANTLR will wait for analysis of each
alternative in the grammar to complete before giving up. Default value is: 0. |
| debug | boolean |
- |
Enables ANTLR-specific network debugging. Requires a tool able to
talk this protocol e.g. ANTLRWorks. Default value is: false. |
| excludes | Set |
- |
A set of exclude patterns. |
| includes | Set |
- |
A set of patterns matching files from the sourceDirectory that should be processed as grammars. |
| libDirectory | File |
- |
Location for imported files, e.g. .tokens. Default value is: ${project.build.directory}/generated-sources/antlr. |
| profile | boolean |
- |
Generate a parser that computes profiling information. Default value is: false. |
| trace | boolean |
- |
Generate a parser that logs rule entry/exit messages. Default value is: false. |
The number of milliseconds ANTLR will wait for analysis of each alternative in the grammar to complete before giving up.
intNo0debug :
Enables ANTLR-specific network debugging. Requires a tool able to talk this protocol e.g. ANTLRWorks.
booleanNofalseexcludes :
A set of exclude patterns.
java.util.SetNoincludes :
A set of patterns matching files from the sourceDirectory that should be processed as grammars.
java.util.SetNoLocation for imported files, e.g. .tokens.
java.io.FileNo${project.build.directory}/generated-sources/antlrLocation for generated Java files.
java.io.FileYes${project.build.directory}/generated-sources/antlrprofile :
Generate a parser that computes profiling information.
booleanNofalseSpecifies the Antlr directory containing grammar files.
java.io.FileYes${basedir}/src/main/antlrtrace :
Generate a parser that logs rule entry/exit messages.
booleanNofalse