A E F G H I L O P T V W 

A

Antlr4ErrorLog - Class in org.antlr.mojo.antlr4
This implementation of ANTLRToolListener reports messages to the Log instance provided by Maven.
Antlr4ErrorLog(Log) - Constructor for class org.antlr.mojo.antlr4.Antlr4ErrorLog
Creates an instance of Antlr4ErrorLog.
Antlr4Mojo - Class in org.antlr.mojo.antlr4
Goal that picks up all the ANTLR grammars in a project and moves those that are required for generation of the compilable sources into the location that we use to compile them, such as target/generated-sources/antlr4.
Antlr4Mojo() - Constructor for class org.antlr.mojo.antlr4.Antlr4Mojo
 
arguments - Variable in class org.antlr.mojo.antlr4.Antlr4Mojo
A list of additional command line arguments to pass to the ANTLR tool.
atn - Variable in class org.antlr.mojo.antlr4.Antlr4Mojo
If set to true then the ANTLR tool will generate a description of the atn for each rule in Dot format

E

encoding - Variable in class org.antlr.mojo.antlr4.Antlr4Mojo
specify grammar file encoding; e.g., euc-jp
error(ANTLRMessage) - Method in class org.antlr.mojo.antlr4.Antlr4ErrorLog

This implementation passes the message to the Maven log.

excludes - Variable in class org.antlr.mojo.antlr4.Antlr4Mojo
Provides an explicit list of any grammars that should be excluded from the generate phase of the plugin.
execute() - Method in class org.antlr.mojo.antlr4.Antlr4Mojo
The main entry point for this Mojo, it is responsible for converting ANTLR 4.x grammars into the target language specified by the grammar.
execute() - Method in class org.antlr.mojo.antlr4.HelpMojo

F

forceATN - Variable in class org.antlr.mojo.antlr4.Antlr4Mojo
use the ATN simulator for all predictions

G

getIncludesPatterns() - Method in class org.antlr.mojo.antlr4.Antlr4Mojo
 
getLibDirectory() - Method in class org.antlr.mojo.antlr4.Antlr4Mojo
 
getOutputDirectory() - Method in class org.antlr.mojo.antlr4.Antlr4Mojo
 
getSourceDirectory() - Method in class org.antlr.mojo.antlr4.Antlr4Mojo
 

H

HelpMojo - Class in org.antlr.mojo.antlr4
Display help information on antlr4-maven-plugin.
Call mvn antlr4:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class org.antlr.mojo.antlr4.HelpMojo
 

I

includes - Variable in class org.antlr.mojo.antlr4.Antlr4Mojo
Provides an explicit list of all the grammars that should be included in the generate phase of the plugin.
info(String) - Method in class org.antlr.mojo.antlr4.Antlr4ErrorLog

This implementation passes the message to the Maven log.

L

listener - Variable in class org.antlr.mojo.antlr4.Antlr4Mojo
generate parse tree listener (default)

O

options - Variable in class org.antlr.mojo.antlr4.Antlr4Mojo
A list of grammar options to explicitly specify to the tool.
org.antlr.mojo.antlr4 - package org.antlr.mojo.antlr4
 

P

project - Variable in class org.antlr.mojo.antlr4.Antlr4Mojo
 

T

tool - Variable in class org.antlr.mojo.antlr4.Antlr4Mojo
An instance of the ANTLR tool build
treatWarningsAsErrors - Variable in class org.antlr.mojo.antlr4.Antlr4Mojo
treat warnings as errors

V

visitor - Variable in class org.antlr.mojo.antlr4.Antlr4Mojo
generate parse tree visitor

W

warning(ANTLRMessage) - Method in class org.antlr.mojo.antlr4.Antlr4ErrorLog

This implementation passes the message to the Maven log.

A E F G H I L O P T V W 

Copyright © 2009-2012. All Rights Reserved.