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(Tool, BuildContext, Log) - Constructor for class org.antlr.mojo.antlr4.Antlr4ErrorLog
Creates an instance of Antlr4ErrorLog.
Antlr4Mojo - Class in org.antlr.mojo.antlr4
Parses ANTLR 4 grammar files *.g4 and transforms them into Java source files.
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
A set of Ant-like exclusion patterns used to prevent certain files from being processed.
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 interface and base class.

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
The current Maven project.

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 interface and base class.

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-2014 ANTLR. All Rights Reserved.