Index
All Classes and Interfaces|All Packages
A
- AbstractJavaCCMojo - Class in org.codehaus.mojo.javacc
-
Provides common services for all mojos that compile JavaCC grammar files.
- AbstractJavaCCMojo() - Constructor for class org.codehaus.mojo.javacc.AbstractJavaCCMojo
- AbstractPreprocessorMojo - Class in org.codehaus.mojo.javacc
-
Provides common services for all mojos that preprocess JavaCC grammar files.
- AbstractPreprocessorMojo() - Constructor for class org.codehaus.mojo.javacc.AbstractPreprocessorMojo
- addCompileSourceRoot() - Method in class org.codehaus.mojo.javacc.AbstractPreprocessorMojo
-
Registers the configured output directory as a compile source root for the current project.
- addCompileSourceRoot() - Method in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.Prevents registration of our output or a following invocation of the javacc mojo will cause duplicate sources which in turn will make compilation fail.
C
- canGenerateReport() - Method in class org.codehaus.mojo.javacc.JJDocMojo
- copyGrammarOutput(File, String, File, String) - Method in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Scans the filesystem for output files and copies them to the specified compile source root.
- createTimestamp(GrammarInfo) - Method in class org.codehaus.mojo.javacc.AbstractPreprocessorMojo
-
Creates the timestamp file for the specified grammar file.
D
- deleteTempDirectory(File) - Method in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Deletes the specified temporary directory.
E
- execute() - Method in class org.codehaus.mojo.javacc_maven_plugin.HelpMojo
- execute() - Method in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Execute the tool.
- execute() - Method in class org.codehaus.mojo.javacc.AbstractPreprocessorMojo
-
Execute the tool.
- executeReport(Locale) - Method in class org.codehaus.mojo.javacc.JJDocMojo
-
Run the actual report.
G
- generate(Sink, Locale) - Method in class org.codehaus.mojo.javacc.JJDocMojo
- getCompileSourceRoots() - Method in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Gets all the output directories to register with the project for compilation.
- getCompileSourceRoots() - Method in class org.codehaus.mojo.javacc.JavaCCMojo
-
Gets all the output directories to register with the project for compilation.
- getCompileSourceRoots() - Method in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
Gets all the output directories to register with the project for compilation.
- getCompileSourceRoots() - Method in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
Gets all the output directories to register with the project for compilation.
- getDescription(Locale) - Method in class org.codehaus.mojo.javacc.JJDocMojo
- getExcludes() - Method in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Gets a set of Ant-like exclusion patterns used to unselect files from the source directory for processing.
- getExcludes() - Method in class org.codehaus.mojo.javacc.AbstractPreprocessorMojo
-
Gets a set of Ant-like exclusion patterns used to unselect files from the source directory for processing.
- getExcludes() - Method in class org.codehaus.mojo.javacc.JavaCCMojo
-
Gets a set of Ant-like exclusion patterns used to unselect files from the source directory for processing.
- getExcludes() - Method in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
Gets a set of Ant-like exclusion patterns used to unselect files from the source directory for processing.
- getExcludes() - Method in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.Gets a set of Ant-like exclusion patterns used to unselect files from the source directory for processing.
- getExcludes() - Method in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
Gets a set of Ant-like exclusion patterns used to unselect files from the source directory for processing.
- getExcludes() - Method in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.Gets a set of Ant-like exclusion patterns used to unselect files from the source directory for processing.
- getGrammarEncoding() - Method in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Gets the file encoding of the grammar files.
- getIncludes() - Method in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Gets a set of Ant-like inclusion patterns used to select files from the source directory for processing.
- getIncludes() - Method in class org.codehaus.mojo.javacc.AbstractPreprocessorMojo
-
Gets a set of Ant-like inclusion patterns used to select files from the source directory for processing.
- getIncludes() - Method in class org.codehaus.mojo.javacc.JavaCCMojo
-
Gets a set of Ant-like inclusion patterns used to select files from the source directory for processing.
- getIncludes() - Method in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
Gets a set of Ant-like inclusion patterns used to select files from the source directory for processing.
- getIncludes() - Method in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.Gets a set of Ant-like inclusion patterns used to select files from the source directory for processing.
- getIncludes() - Method in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
Gets a set of Ant-like inclusion patterns used to select files from the source directory for processing.
- getIncludes() - Method in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.Gets a set of Ant-like inclusion patterns used to select files from the source directory for processing.
- getIsStatic() - Method in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Gets the flag whether to generate static parser.
- getJdkVersion() - Method in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Gets the Java version for which to generate source code.
- getName(Locale) - Method in class org.codehaus.mojo.javacc.JJDocMojo
- getOutputDirectory() - Method in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Gets the absolute path to the directory where the generated Java files for the parser will be stored.
- getOutputDirectory() - Method in class org.codehaus.mojo.javacc.AbstractPreprocessorMojo
-
Gets the absolute path to the directory where the generated Java files for the parser will be stored.
- getOutputDirectory() - Method in class org.codehaus.mojo.javacc.JavaCCMojo
-
Gets the absolute path to the directory where the generated Java files for the parser will be stored.
- getOutputDirectory() - Method in class org.codehaus.mojo.javacc.JJDocMojo
-
Get the output directory of the report if run directly from the command line.
- getOutputDirectory() - Method in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
Gets the absolute path to the directory where the generated Java files for the parser will be stored.
- getOutputDirectory() - Method in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.Gets the absolute path to the directory where the generated Java files for the parser will be stored.
- getOutputDirectory() - Method in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
Gets the absolute path to the directory where the generated Java files for the parser will be stored.
- getOutputDirectory() - Method in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.Gets the absolute path to the directory where the generated Java files for the parser will be stored.
- getOutputName() - Method in class org.codehaus.mojo.javacc.JJDocMojo
- getParserPackage() - Method in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Gets the package into which the generated parser files should be stored.
- getParserPackage() - Method in class org.codehaus.mojo.javacc.JavaCCMojo
-
Gets the package into which the generated parser files should be stored.
- getSourceDirectory() - Method in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Gets the absolute path to the directory where the grammar files are located.
- getSourceDirectory() - Method in class org.codehaus.mojo.javacc.AbstractPreprocessorMojo
-
Gets the absolute path to the directory where the grammar files are located.
- getSourceDirectory() - Method in class org.codehaus.mojo.javacc.JavaCCMojo
-
Gets the absolute path to the directory where the grammar files are located.
- getSourceDirectory() - Method in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
Gets the absolute path to the directory where the grammar files are located.
- getSourceDirectory() - Method in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.Gets the absolute path to the directory where the grammar files are located.
- getSourceDirectory() - Method in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
Gets the absolute path to the directory where the grammar files are located.
- getSourceDirectory() - Method in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.Gets the absolute path to the directory where the grammar files are located.
- getStaleMillis() - Method in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Gets the granularity in milliseconds of the last modification date for testing whether a source needs recompilation.
- getStaleMillis() - Method in class org.codehaus.mojo.javacc.AbstractPreprocessorMojo
-
Gets the granularity in milliseconds of the last modification date for testing whether a source needs recompilation.
- getStaleMillis() - Method in class org.codehaus.mojo.javacc.JavaCCMojo
-
Gets the granularity in milliseconds of the last modification date for testing whether a source needs recompilation.
- getStaleMillis() - Method in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
Gets the granularity in milliseconds of the last modification date for testing whether a source needs recompilation.
- getStaleMillis() - Method in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.Gets the granularity in milliseconds of the last modification date for testing whether a source needs recompilation.
- getStaleMillis() - Method in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
Gets the granularity in milliseconds of the last modification date for testing whether a source needs recompilation.
- getStaleMillis() - Method in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.Gets the granularity in milliseconds of the last modification date for testing whether a source needs recompilation.
- getTempDirectory() - Method in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Gets a temporary directory within the project's build directory.
- getTimestampDirectory() - Method in class org.codehaus.mojo.javacc.AbstractPreprocessorMojo
-
Gets the absolute path to the directory where the processed input files will be stored for later detection of stale sources.
- getTimestampDirectory() - Method in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.Gets the absolute path to the directory where the processed input files will be stored for later detection of stale sources.
- getTimestampDirectory() - Method in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.Gets the absolute path to the directory where the processed input files will be stored for later detection of stale sources.
H
- HelpMojo - Class in org.codehaus.mojo.javacc_maven_plugin
-
Display help information on javacc-maven-plugin.
Callmvn javacc:help -Ddetail=true -Dgoal=<goal-name>
to display parameter details. - HelpMojo() - Constructor for class org.codehaus.mojo.javacc_maven_plugin.HelpMojo
I
- isSourceRoot(File) - Method in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Determines whether the specified directory denotes a compile source root of the current project.
J
- JavaCCMojo - Class in org.codehaus.mojo.javacc
-
Parses a JavaCC grammar file (
*.jj
) and transforms it to Java source files. - JavaCCMojo() - Constructor for class org.codehaus.mojo.javacc.JavaCCMojo
- JJDocMojo - Class in org.codehaus.mojo.javacc
-
JJDoc takes a JavaCC parser specification and produces documentation for the BNF grammar.
- JJDocMojo() - Constructor for class org.codehaus.mojo.javacc.JJDocMojo
- JJTreeJavaCCMojo - Class in org.codehaus.mojo.javacc
-
Preprocesses decorated grammar files (
*.jjt
) with JJTree and passes the output to JavaCC in order to finally generate a parser with parse tree actions. - JJTreeJavaCCMojo() - Constructor for class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
- JJTreeMojo - Class in org.codehaus.mojo.javacc
-
Deprecated.
- JJTreeMojo() - Constructor for class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.
- JTBJavaCCMojo - Class in org.codehaus.mojo.javacc
-
Preprocesses ordinary grammar files (
*.jtb
) with JTB and passes the output to JavaCC in order to finally generate a parser with parse tree actions. - JTBJavaCCMojo() - Constructor for class org.codehaus.mojo.javacc.JTBJavaCCMojo
- JTBMojo - Class in org.codehaus.mojo.javacc
-
Deprecated.As of version 2.4, use the
jtb-javacc
goal instead. - JTBMojo() - Constructor for class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.
N
- newJavaCC() - Method in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Creates a new facade to invoke JavaCC.
- newJJTree() - Method in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
Creates a new facade to invoke JJTree.
- newJJTree() - Method in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.Creates a new facade to invoke JJTree.
O
- org.codehaus.mojo.javacc - package org.codehaus.mojo.javacc
- org.codehaus.mojo.javacc_maven_plugin - package org.codehaus.mojo.javacc_maven_plugin
P
- processGrammar(GrammarInfo) - Method in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Passes the specified grammar file through the tool.
- processGrammar(GrammarInfo) - Method in class org.codehaus.mojo.javacc.AbstractPreprocessorMojo
-
Passes the specified grammar file through the tool.
- processGrammar(GrammarInfo) - Method in class org.codehaus.mojo.javacc.JavaCCMojo
-
Passes the specified grammar file through the tool.
- processGrammar(GrammarInfo) - Method in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
Passes the specified grammar file through the tool.
- processGrammar(GrammarInfo) - Method in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.Passes the specified grammar file through the tool.
- processGrammar(GrammarInfo) - Method in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
Passes the specified grammar file through the tool.
- processGrammar(GrammarInfo) - Method in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.Passes the specified grammar file through the tool.
All Classes and Interfaces|All Packages
jjtree-javacc
goal instead.