Index

A D E G L M N O P R S V 
All Classes and Interfaces|All Packages

A

Antlr4Operation - Class in rife.bld.extension
Generates Java sources from ANTLR grammars.
Antlr4Operation() - Constructor for class rife.bld.extension.Antlr4Operation
 
arguments() - Method in class rife.bld.extension.Antlr4Operation
Retrieves the list of arguments that will be used for the antlr operation.
arguments(String...) - Method in class rife.bld.extension.Antlr4Operation
Provides additional arguments for the antlr operation.
arguments(List<String>) - Method in class rife.bld.extension.Antlr4Operation
Provides additional arguments for the antlr operation.

D

depend() - Method in class rife.bld.extension.Antlr4Operation
Generate file dependencies.

E

execute() - Method in class rife.bld.extension.Antlr4Operation
Performs the antlr operation.

G

grammarEncoding(String) - Method in class rife.bld.extension.Antlr4Operation
Provides grammar file encoding; e.g., euc-jp.

L

libDirectory() - Method in class rife.bld.extension.Antlr4Operation
Retrieves the location of grammars and tokens files.
libDirectory(File) - Method in class rife.bld.extension.Antlr4Operation
Provides the location of grammars and tokens files.
libDirectory(String) - Method in class rife.bld.extension.Antlr4Operation
Provides the location of grammars and tokens files.
libDirectory(Path) - Method in class rife.bld.extension.Antlr4Operation
Provides the location of grammars and tokens files.
listener() - Method in class rife.bld.extension.Antlr4Operation
Generate parse tree listener (default).
longMessages() - Method in class rife.bld.extension.Antlr4Operation
Show exception details when available for errors and warnings.

M

msgFormat(String) - Method in class rife.bld.extension.Antlr4Operation
Specify output style for messages in antlr, gnu, vs2005.

N

noListener() - Method in class rife.bld.extension.Antlr4Operation
Don't generate parse tree listener.
noVisitor() - Method in class rife.bld.extension.Antlr4Operation
Don't generate parse tree visitor (default).

O

outputDirectory() - Method in class rife.bld.extension.Antlr4Operation
Retrieves the output directory where all output is generated.
outputDirectory(File) - Method in class rife.bld.extension.Antlr4Operation
Provides the output directory where all output is generated.
outputDirectory(String) - Method in class rife.bld.extension.Antlr4Operation
Provides the output directory where all output is generated.
outputDirectory(Path) - Method in class rife.bld.extension.Antlr4Operation
Provides the output directory where all output is generated.

P

pkg(String) - Method in class rife.bld.extension.Antlr4Operation
Specify a package/namespace for the generated code

R

rife.bld.extension - package rife.bld.extension
 

S

sourceDirectories() - Method in class rife.bld.extension.Antlr4Operation
Retrieves the list of source directories that will be used for the antlr operation.
sourceDirectories(File...) - Method in class rife.bld.extension.Antlr4Operation
Provides the source directories that will be used for the antlr operation.
sourceDirectories(String...) - Method in class rife.bld.extension.Antlr4Operation
Provides the source directories that will be used for the antlr operation.
sourceDirectories(Path...) - Method in class rife.bld.extension.Antlr4Operation
Provides the source directories that will be used for the antlr operation.
sourceDirectories(List<File>) - Method in class rife.bld.extension.Antlr4Operation
Provides the source directories that will be used for the antlr operation.
sourceDirectoriesPaths(List<Path>) - Method in class rife.bld.extension.Antlr4Operation
Provides the source directories that will be used for the antlr operation.
sourceDirectoriesStrings(List<String>) - Method in class rife.bld.extension.Antlr4Operation
Provides the source directories that will be used for the antlr operation.
sourceFiles() - Method in class rife.bld.extension.Antlr4Operation
Retrieves the list of source files that will be used for the antlr operation.
sourceFiles(File...) - Method in class rife.bld.extension.Antlr4Operation
Provides the source files that will be used for the antlr operation.
sourceFiles(String...) - Method in class rife.bld.extension.Antlr4Operation
Provides the source files that will be used for the antlr operation.
sourceFiles(Path...) - Method in class rife.bld.extension.Antlr4Operation
Provides the source files that will be used for the antlr operation.
sourceFiles(List<File>) - Method in class rife.bld.extension.Antlr4Operation
Provides the source files that will be used for the antlr operation.
sourceFilesPaths(List<Path>) - Method in class rife.bld.extension.Antlr4Operation
Provides the source files that will be used for the antlr operation.
sourceFilesStrings(List<String>) - Method in class rife.bld.extension.Antlr4Operation
Provides the source files that will be used for the antlr operation.

V

visitor() - Method in class rife.bld.extension.Antlr4Operation
Generate parse tree visitor.
A D E G L M N O P R S V 
All Classes and Interfaces|All Packages