Note:This goal should be used as a Maven report.
Full name:
org.codehaus.mojo:antlr-maven-plugin:2.2:html
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| debug | boolean | - | Launch the ParseView debugger upon parser invocation. See Command Line Options Default value is: false. |
| description | String | - | The description of the Antlr report. Default value is: Generated Antlr report from grammars.. |
| diagnostic | boolean | - | Generate a text file from your grammar with a lot of debugging
info. See Command Line Options Default value is: false. |
| grammarDefs | Grammar[] | - | Grammar list presents in the sourceDirectory
directory. See Command Line Options Example:
<grammarDefs>
<grammar>
<name>myGrammar.g</name>
<glib>mySuperGrammar.g;myOtherSuperGrammar.g</glib>
</grammar>
</grammarDefs>
|
| grammars | String | - | Comma separated grammar file names or grammar pattern file names
present in the sourceDirectory directory. See Command Line Options |
| name | String | - | The name of the Antlr report. Default value is: Antlr Grammars. |
| outputDirectory | File | - | Specifies the destination directory where Antlr should generate
files. See Command Line Options Default value is: ${project.build.directory}/generated-sources/antlr. |
| reportOutputDirectory | File | - | Specifies the destination directory where Antlr generates HTML
files. Default value is: ${project.build.directory}/generated-site/antlr. |
| sourceDirectory | File | - | Specifies the Antlr directory containing grammar files. Default value is: ${basedir}/src/main/antlr. |
| trace | boolean | - | Have all rules call traceIn/traceOut. See Command Line Options Default value is: false. |
| traceLexer | boolean | - | Have lexer rules call traceIn/traceOut. See Command Line Options Default value is: false. |
| traceParser | boolean | - | Have parser rules call traceIn/traceOut. See Command Line Options Default value is: false. |
| traceTreeParser | boolean | - | Have tree rules call traceIn/traceOut. See Command Line Options Default value is: false. |
<grammarDefs>
<grammar>
<name>myGrammar.g</name>
<glib>mySuperGrammar.g;myOtherSuperGrammar.g</glib>
</grammar>
</grammarDefs>
name: