A B C D E F G H I J K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes 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
- addArgument(File) - Method in class org.codehaus.mojo.javacc.ForkedJvm
-
Adds the specified file path to the command line for the
main()
method. - addArgument(String) - Method in class org.codehaus.mojo.javacc.ForkedJvm
-
Adds the specified argument to the command line for the
main()
method. - addArguments(String[]) - Method in class org.codehaus.mojo.javacc.ForkedJvm
-
Adds the specified arguments to the command line for the
main()
method. - addClassPathEntry(File) - Method in class org.codehaus.mojo.javacc.ForkedJvm
-
Adds the specified path to the class path of the forked JVM.
- addClassPathEntry(Class<?>) - Method in class org.codehaus.mojo.javacc.ForkedJvm
-
Adds the source JAR of the specified class/interface to the class path of the forked JVM.
- addClassPathEntry(String) - Method in class org.codehaus.mojo.javacc.ForkedJvm
-
Adds the specified path to the class path of the forked JVM.
- 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.
- addSourceRoot(File) - Method in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Registers the specified directory as a compile source root for the current project.
- append(StringBuilder, String, int) - Method in class org.codehaus.mojo.javacc_maven_plugin.HelpMojo
-
Append a description to the buffer by respecting the indentSize and lineLength parameters.
B
- bnf - Variable in class org.codehaus.mojo.javacc.JJDoc
-
The option BNF.
- bnf - Variable in class org.codehaus.mojo.javacc.JJDocMojo
-
A flag whether to generate a plain text document with the unformatted BNF.
- build() - Method in class org.codehaus.mojo.javacc_maven_plugin.HelpMojo
- buildNodeFiles - Variable in class org.codehaus.mojo.javacc.JJTree
-
The option BUILD_NODE_FILES.
- buildNodeFiles - Variable in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
A flag whether to generate sample implementations for
SimpleNode
and any other nodes used in the grammar. - buildNodeFiles - Variable in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.A flag whether to generate sample implementations for
SimpleNode
and any other nodes used in the grammar. - buildParser - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
A flag that controls whether the parser file (
*Parser.java
) should be generated or not. - buildParser - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option BUILD_PARSER.
- buildTokenManager - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
A flag that controls whether the token manager file (
*TokenManager.java
) should be generated or not. - buildTokenManager - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option BUILD_TOKEN_MANAGER.
C
- cacheTokens - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Setting this option to
true
causes the generated parser to lookahead for extra tokens ahead of time. - cacheTokens - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option CACHE_TOKENS.
- canGenerateReport() - Method in class org.codehaus.mojo.javacc.JJDocMojo
- choiceAmbiguityCheck - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
This is the number of tokens considered in checking choices of the form "A | B | ..." for ambiguity.
- choiceAmbiguityCheck - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option CHOICE_AMBIGUITY_CHECK.
- classPathEntries - Variable in class org.codehaus.mojo.javacc.ForkedJvm
-
The class path entries for the forked JVM, given as strings.
- cmdLineArgs - Variable in class org.codehaus.mojo.javacc.ForkedJvm
-
The command line arguments to pass to the
main()
method, given as strings. - commonTokenAction - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
When set to
true
, every call to the token manager's methodgetNextToken()
(see the description of the Java Compiler Compiler API) will cause a call to a user-defined methodCommonTokenAction()
after the token has been scanned in by the token manager. - commonTokenAction - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option COMMON_TOKEN_ACTION.
- compare(GrammarInfo, GrammarInfo) - Method in class org.codehaus.mojo.javacc.JJDocMojo.GrammarInfoComparator
-
Compares the path of two grammar files lexicographically.
- consumeLine(String) - Method in class org.codehaus.mojo.javacc.JJDoc.MojoLogStreamConsumer
-
Consume a line of text.
- consumeLine(String) - Method in class org.codehaus.mojo.javacc.JTB.MojoLogStreamConsumer
-
Consume a line of text.
- 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.
- createCommandLine() - Method in class org.codehaus.mojo.javacc.ForkedJvm
-
Creates the command line for the new JVM based on the current configuration.
- createReportFooter(Sink) - Method in class org.codehaus.mojo.javacc.JJDocMojo
-
Create the HTML footer for the report page.
- createReportHeader(ResourceBundle, Sink) - Method in class org.codehaus.mojo.javacc.JJDocMojo
-
Create the header and title for the HTML report page.
- createReportLink(Sink, File, File, String) - Method in class org.codehaus.mojo.javacc.JJDocMojo
-
Create a table row containing a link to the JJDoc report for a grammar file.
- createTimestamp(GrammarInfo) - Method in class org.codehaus.mojo.javacc.AbstractPreprocessorMojo
-
Creates the timestamp file for the specified grammar file.
- cssHref - Variable in class org.codehaus.mojo.javacc.JJDoc
-
The option CSS.
- cssHref - Variable in class org.codehaus.mojo.javacc.JJDocMojo
-
The hypertext reference to an optional CSS file for the generated HTML documents.
D
- debugLookAhead - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
This is a boolean option whose default value is
false
. - debugLookAhead - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option DEBUG_LOOK_AHEAD.
- debugParser - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
This option is used to obtain debugging information from the generated parser.
- debugParser - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option DEBUG_PARSER.
- debugTokenManager - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
This option is used to obtain debugging information from the generated token manager.
- debugTokenManager - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option DEBUG_TOKEN_MANAGER.
- decodeUrl(String) - Static method in class org.codehaus.mojo.javacc.UrlUtils
-
Decodes the specified URL as per RFC 3986, i.e.
- DEFAULT_LINE_LENGTH - Static variable in class org.codehaus.mojo.javacc_maven_plugin.HelpMojo
- defaultGrammarDirectoryJavaCC - Variable in class org.codehaus.mojo.javacc.JJDocMojo
-
The default source directory for hand-crafted grammar files.
- defaultGrammarDirectoryJJTree - Variable in class org.codehaus.mojo.javacc.JJDocMojo
-
The default source directory for grammar files generated by JJTree.
- defaultGrammarDirectoryJTB - Variable in class org.codehaus.mojo.javacc.JJDocMojo
-
The default source directory for grammar files generated by JTB.
- deleteTempDirectory(File) - Method in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Deletes the specified temporary directory.
- descriptiveFieldNames - Variable in class org.codehaus.mojo.javacc.JTB
-
The option "-f".
- descriptiveFieldNames - Variable in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
Setting this option to
true
causes JTB to generate field names that reflect the structure of the tree instead of generic names likef0
,f1
etc. - descriptiveFieldNames - Variable in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.Setting this option to
true
causes JTB to generate field names that reflect the structure of the tree instead of generic names likef0
,f1
etc. - detail - Variable in class org.codehaus.mojo.javacc_maven_plugin.HelpMojo
-
If
true
, display all settable properties for each goal. - determineNonGeneratedSourceRoots() - Method in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Determines those compile source roots of the project that do not reside below the project's build directories.
E
- err - Variable in class org.codehaus.mojo.javacc.JJDoc.MojoLogStreamConsumer
-
Determines if the stream consumer is being used for
System.out
orSystem.err
. - err - Variable in class org.codehaus.mojo.javacc.JTB.MojoLogStreamConsumer
-
Determines if the stream consumer is being used for
System.out
orSystem.err
. - ERROR_PREFIX - Static variable in class org.codehaus.mojo.javacc.JJDoc.MojoLogStreamConsumer
-
The line prefix used by JJDoc to report errors.
- errorReporting - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Setting it to
false
causes errors due to parse errors to be reported in somewhat less detail. - errorReporting - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option ERROR_REPORTING.
- excludes - Variable in class org.codehaus.mojo.javacc.JavaCCMojo
-
A set of Ant-like exclusion patterns used to prevent certain files from being processed.
- excludes - Variable in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
A set of Ant-like exclusion patterns used to prevent certain files from being processed.
- excludes - Variable in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.A set of Ant-like exclusion patterns used to prevent certain files from being processed.
- excludes - Variable in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
A set of Ant-like exclusion patterns used to prevent certain files from being processing.
- excludes - Variable in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.A set of Ant-like exclusion patterns used to prevent certain files from being processed.
- executable - Variable in class org.codehaus.mojo.javacc.ForkedJvm
-
The executable used to fork the JVM.
- 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.
- execute() - Method in class org.codehaus.mojo.javacc.JavaCC
-
Runs the tool using the previously set parameters.
- execute() - Method in class org.codehaus.mojo.javacc.JJDoc
-
Runs the tool using the previously set parameters.
- execute() - Method in class org.codehaus.mojo.javacc.JJTree
-
Runs the tool using the previously set parameters.
- execute() - Method in class org.codehaus.mojo.javacc.JTB
-
Runs the tool using the previously set parameters.
- execute() - Method in class org.codehaus.mojo.javacc.ToolFacade
-
Runs the tool using the previously set parameters.
- executeReport(Locale) - Method in class org.codehaus.mojo.javacc.JJDocMojo
-
Run the actual report.
F
- FILE - Static variable in class org.codehaus.mojo.javacc.UrlUtils
-
The protocol prefix for "file:" URLs.
- findNamedChild(Node, String) - Static method in class org.codehaus.mojo.javacc_maven_plugin.HelpMojo
- findPackageName(String) - Method in class org.codehaus.mojo.javacc.GrammarInfo
-
Extracts the declared package name from the specified grammar file.
- findParserName(String) - Method in class org.codehaus.mojo.javacc.GrammarInfo
-
Extracts the simple parser name from the specified grammar file.
- findSingleChild(Node, String) - Static method in class org.codehaus.mojo.javacc_maven_plugin.HelpMojo
- findSourceFile(String) - Method in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Determines whether the specified source file is already present in any of the compile source roots registered with the current Maven project.
- forceLaCheck - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
This option setting controls lookahead ambiguity checking performed by JavaCC.
- forceLaCheck - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option FORCE_LA_CHECK.
- ForkedJvm - Class in org.codehaus.mojo.javacc
-
Runs the
main()
method of some tool in a forked JVM. - ForkedJvm() - Constructor for class org.codehaus.mojo.javacc.ForkedJvm
-
Creates a new configuration to fork a JVM.
G
- generate(Sink, Locale) - Method in class org.codehaus.mojo.javacc.JJDocMojo
- generateArguments() - Method in class org.codehaus.mojo.javacc.JavaCC
-
Assembles the command line arguments for the invocation of JavaCC according to the configuration.
- generateArguments() - Method in class org.codehaus.mojo.javacc.JJDoc
-
Assembles the command line arguments for the invocation of JJDoc according to the configuration.
- generateArguments() - Method in class org.codehaus.mojo.javacc.JJTree
-
Assembles the command line arguments for the invocation of JJTree according to the configuration.
- generateArguments() - Method in class org.codehaus.mojo.javacc.JTB
-
Assembles the command line arguments for the invocation of JTB according to the configuration.
- getArguments() - Method in class org.codehaus.mojo.javacc.ForkedJvm
-
Gets the command line arguments for the
main()
method. - getBundle(Locale) - Method in class org.codehaus.mojo.javacc.JJDocMojo
-
Get the resource bundle for the report text.
- getClassSource(Class<?>) - Static method in class org.codehaus.mojo.javacc.ForkedJvm
-
Gets the JAR file or directory that contains the specified class.
- getClassSource(String) - Static method in class org.codehaus.mojo.javacc.ForkedJvm
-
Gets the JAR file or directory that contains the specified class.
- 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.
- getDefaultExecutable() - Static method in class org.codehaus.mojo.javacc.ForkedJvm
-
Gets the absolute path to the JVM executable.
- getDescription(Locale) - Method in class org.codehaus.mojo.javacc.JJDocMojo
- getEffectiveNodeDirectory() - Method in class org.codehaus.mojo.javacc.JTB
-
Gets the absolute path to the output directory for the syntax tree files.
- getEffectiveNodePackageName() - Method in class org.codehaus.mojo.javacc.JTB
-
Gets the effective package name for the syntax tree files.
- getEffectiveVisitorDirectory() - Method in class org.codehaus.mojo.javacc.JTB
-
Gets the absolute path to the output directory for the visitor files.
- getEffectiveVisitorPackageName() - Method in class org.codehaus.mojo.javacc.JTB
-
Gets the effective package name for the visitor files.
- 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.
- getGrammarFile() - Method in class org.codehaus.mojo.javacc.GrammarInfo
-
Gets the absolute path to the grammar file.
- getIncludedGrammars() - Method in class org.codehaus.mojo.javacc.GrammarDirectoryScanner
-
Gets the grammar files that were included by the scanner during the last invocation of
GrammarDirectoryScanner.scan()
. - 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.
- getIndentLevel(String) - Static method in class org.codehaus.mojo.javacc_maven_plugin.HelpMojo
-
Gets the indentation level of the specified line.
- getInstance() - Static method in class org.codehaus.mojo.javacc.JJDocMojo.GrammarInfoComparator
-
Gets the singleton instance of this class.
- getInterimDirectory() - Method in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
Gets the absolute path to the directory where the interim output from JJTree will be stored.
- getInterimDirectory() - Method in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
Gets the absolute path to the directory where the interim output from JTB will be stored.
- 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.
- getJJDocOutputDirectory() - Method in class org.codehaus.mojo.javacc.JJDocMojo
-
Get the output directory of the JJDoc files, i.e.
- getLastPackageName(String) - Method in class org.codehaus.mojo.javacc.JTB
-
Gets the last identifier from the specified package name.
- getLog() - Method in class org.codehaus.mojo.javacc.ToolFacade
-
Gets the logger used to output diagnostic messages.
- getName(Locale) - Method in class org.codehaus.mojo.javacc.JJDocMojo
- getNodePackageName() - Method in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
Gets the effective package name for the AST node files.
- getNodePackageName() - Method in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.Gets the effective package name for the AST node files.
- 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.
- getOutputFile() - Method in class org.codehaus.mojo.javacc.JJTree
-
Gets the absolute path to the enhanced grammar file generated by JJTree.
- getOutputFile() - Method in class org.codehaus.mojo.javacc.JTB
-
Gets the absolute path to the enhanced grammar file generated by JTB.
- getOutputFileExtension() - Method in class org.codehaus.mojo.javacc.JJDocMojo
-
The JJDoc output file will have a
.html
or.txt
extension depending on the value of the parametersJJDocMojo.text
andJJDocMojo.bnf
. - getOutputName() - Method in class org.codehaus.mojo.javacc.JJDocMojo
- getParserDirectory() - Method in class org.codehaus.mojo.javacc.GrammarInfo
-
Gets the path to the directory of the parser package (relative to a source root directory, e.g.
- getParserFile() - Method in class org.codehaus.mojo.javacc.GrammarInfo
-
Gets the path to the parser file (relative to a source root directory, e.g.
- getParserName() - Method in class org.codehaus.mojo.javacc.GrammarInfo
-
Gets the simple name of the generated parser (e.g.
- 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.GrammarInfo
-
Gets the declared package for the generated parser (e.g.
- getParserPackage() - Method in class org.codehaus.mojo.javacc.JavaCCMojo
-
Gets the package into which the generated parser files should be stored.
- getPropertyFromExpression(String) - Static method in class org.codehaus.mojo.javacc_maven_plugin.HelpMojo
- getRelativeGrammarFile() - Method in class org.codehaus.mojo.javacc.GrammarInfo
-
Gets the path to the grammar file (relative to its source directory).
- getResourceRoot(URL, String) - Static method in class org.codehaus.mojo.javacc.UrlUtils
-
Gets the absolute filesystem path to the class path root for the specified resource.
- getResourceSource(String, ClassLoader) - Static method in class org.codehaus.mojo.javacc.ForkedJvm
-
Gets the JAR file or directory that contains the specified resource.
- getSingleChild(Node, String) - Static method in class org.codehaus.mojo.javacc_maven_plugin.HelpMojo
- getSourceDirectories() - Method in class org.codehaus.mojo.javacc.JJDocMojo
-
Get the source directories that should be scanned for grammar files.
- 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.GrammarInfo
-
Gets the absolute path to the base directory in which the grammar file resides.
- 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.
- getTargetFiles(File, String, GrammarInfo) - Method in class org.codehaus.mojo.javacc.GrammarDirectoryScanner
-
Determines the output files corresponding to the specified grammar file.
- getTargetFiles(File, String, GrammarInfo) - Method in class org.codehaus.mojo.javacc.LegacyGrammarDirectoryScanner
-
Determines the output files corresponding to the specified grammar file.
- 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.
- getToolName() - Method in class org.codehaus.mojo.javacc.ToolFacade
-
Gets the name of the tool.
- getValue(Node, String) - Static method in class org.codehaus.mojo.javacc_maven_plugin.HelpMojo
- getVisitorPackageName() - Method in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
Gets the effective package name for the visitor files.
- getVisitorPackageName() - Method in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.Gets the effective package name for the visitor files.
- goal - Variable in class org.codehaus.mojo.javacc_maven_plugin.HelpMojo
-
The name of the goal for which to show help.
- GrammarDirectoryScanner - Class in org.codehaus.mojo.javacc
-
Scans source directories for JavaCC grammar files.
- GrammarDirectoryScanner() - Constructor for class org.codehaus.mojo.javacc.GrammarDirectoryScanner
-
Creates a new grammar directory scanner.
- grammarEncoding - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
The file encoding to use for reading the grammar files.
- grammarEncoding - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option GRAMMAR_ENCODING.
- grammarEncoding - Variable in class org.codehaus.mojo.javacc.JJDoc
-
The option GRAMMAR_ENCODING.
- grammarEncoding - Variable in class org.codehaus.mojo.javacc.JJDocMojo
-
The file encoding to use for reading the grammar files.
- grammarEncoding - Variable in class org.codehaus.mojo.javacc.JJTree
-
The option GRAMMAR_ENCODING.
- grammarFile - Variable in class org.codehaus.mojo.javacc.GrammarInfo
-
The path to the grammar file (relative to its source directory, e.g.
- GrammarInfo - Class in org.codehaus.mojo.javacc
-
This bean holds some output related information about a JavaCC grammar file.
- GrammarInfo(File, String) - Constructor for class org.codehaus.mojo.javacc.GrammarInfo
-
Creates a new info from the specified grammar file.
- GrammarInfo(File, String, String) - Constructor for class org.codehaus.mojo.javacc.GrammarInfo
-
Creates a new info from the specified grammar file.
- GrammarInfoComparator() - Constructor for class org.codehaus.mojo.javacc.JJDocMojo.GrammarInfoComparator
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
- ignoreCase - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Setting this option to
true
causes the generated token manager to ignore case in the token specifications and the input files. - ignoreCase - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option IGNORE_CASE.
- includedGrammars - Variable in class org.codehaus.mojo.javacc.GrammarDirectoryScanner
-
A set of grammar infos describing the included grammar files, must never be
null
. - includes - Variable in class org.codehaus.mojo.javacc.JavaCCMojo
-
A set of Ant-like inclusion patterns used to select files from the source directory for processing.
- includes - Variable in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
A set of Ant-like inclusion patterns used to select files from the source directory for processing.
- includes - Variable in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.A set of Ant-like inclusion patterns used to select files from the source directory for processing.
- includes - Variable in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
A set of Ant-like inclusion patterns used to select files from the source directory for processing.
- includes - Variable in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.A set of Ant-like inclusion patterns used to select files from the source directory for processing.
- indentSize - Variable in class org.codehaus.mojo.javacc_maven_plugin.HelpMojo
-
The number of spaces per indentation level, should be positive.
- INFO_PREFIX - Static variable in class org.codehaus.mojo.javacc.JTB.MojoLogStreamConsumer
-
The line prefix used by JTB to report infos.
- inputFile - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The input grammar.
- inputFile - Variable in class org.codehaus.mojo.javacc.JJDoc
-
The input grammar.
- inputFile - Variable in class org.codehaus.mojo.javacc.JJTree
-
The input grammar.
- inputFile - Variable in class org.codehaus.mojo.javacc.JTB
-
The input grammar.
- INSTANCE - Static variable in class org.codehaus.mojo.javacc.JJDocMojo.GrammarInfoComparator
-
The singleton instance of this comparator.
- interimDirectory - Variable in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
The directory where the AST node files generated by JJTree will be stored.
- interimDirectory - Variable in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
The directory where the visitor and AST node files generated by JTB will be stored.
- isNotEmpty(String) - Static method in class org.codehaus.mojo.javacc_maven_plugin.HelpMojo
- isSourceRoot(File) - Method in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Determines whether the specified directory denotes a compile source root of the current project.
- isStatic - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
If
true
, all methods and class variables are specified as static in the generated parser and token manager. - isStatic - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option STATIC.
- isStatic - Variable in class org.codehaus.mojo.javacc.JJTree
-
The option STATIC.
- isStatic - Variable in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.A flag whether to generate code for a static parser.
J
- JAR - Static variable in class org.codehaus.mojo.javacc.UrlUtils
-
The protocol prefix for "jar:" URLs.
- JAR_FILE - Static variable in class org.codehaus.mojo.javacc.UrlUtils
-
The protocol prefix for "jar:file:" URLs.
- JavaCC - Class in org.codehaus.mojo.javacc
-
Provides a facade for the mojos to invoke JavaCC.
- JavaCC() - Constructor for class org.codehaus.mojo.javacc.JavaCC
- 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
- javadocFriendlyComments - Variable in class org.codehaus.mojo.javacc.JTB
-
The option "-jd".
- javadocFriendlyComments - Variable in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
If
true
, all generated comments will be wrapped in<pre>
tags so that they are formatted correctly in API docs. - javadocFriendlyComments - Variable in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.If
true
, all generated comments will be wrapped in<pre>
tags so that they are formatted correctly in API docs. - javaUnicodeEscape - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
When set to
true
, the generated parser uses an input stream object that processes Java Unicode escapes (\
u
xxxx) before sending characters to the token manager. - javaUnicodeEscape - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option JAVA_UNICODE_ESCAPE.
- jdkVersion - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
The Java version for which to generate source code.
- jdkVersion - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option JDK_VERSION.
- jdkVersion - Variable in class org.codehaus.mojo.javacc.JJTree
-
The option JDK_VERSION.
- jdkVersion - Variable in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.The Java version for which to generate source code.
- JJDoc - Class in org.codehaus.mojo.javacc
-
Provides a facade for the mojos to invoke JJDoc.
- JJDoc() - Constructor for class org.codehaus.mojo.javacc.JJDoc
- JJDoc.MojoLogStreamConsumer - Class in org.codehaus.mojo.javacc
-
Consume and log command line output from the JJDoc process.
- jjdocDirectory - Variable in class org.codehaus.mojo.javacc.JJDocMojo
-
The relative path of the JJDoc reports in the output directory.
- 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
- JJDocMojo.GrammarInfoComparator - Class in org.codehaus.mojo.javacc
-
Compares grammar infos using their relative grammar file paths as the sort key.
- JJTree - Class in org.codehaus.mojo.javacc
-
Provides a facade for the mojos to invoke JJTree.
- JJTree() - Constructor for class org.codehaus.mojo.javacc.JJTree
- 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.As of version 2.4, use the
jjtree-javacc
goal instead. - JJTreeMojo() - Constructor for class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.
- JTB - Class in org.codehaus.mojo.javacc
-
Provides a facade for the mojos to invoke JTB.
- JTB() - Constructor for class org.codehaus.mojo.javacc.JTB
- JTB.MojoLogStreamConsumer - Class in org.codehaus.mojo.javacc
-
Consume and log command line output from the JJDoc process.
- 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.
K
- keepLineColumn - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
A flag whether to keep line and column information along with a token.
- keepLineColumn - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option KEEP_LINE_COLUMN.
L
- LegacyGrammarDirectoryScanner - Class in org.codehaus.mojo.javacc
-
Scans source directories for JavaCC grammar files.
- LegacyGrammarDirectoryScanner() - Constructor for class org.codehaus.mojo.javacc.LegacyGrammarDirectoryScanner
- lineLength - Variable in class org.codehaus.mojo.javacc_maven_plugin.HelpMojo
-
The maximum length of a display line, should be positive.
- log - Variable in class org.codehaus.mojo.javacc.ToolFacade
-
The logger used to output diagnostic messages.
- lookAhead - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
The number of tokens to look ahead before making a decision at a choice point during parsing.
- lookAhead - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option LOOK_AHEAD.
M
- mainClass - Variable in class org.codehaus.mojo.javacc.ForkedJvm
-
The qualified name of the class on which to invoke the
main()
method. - MojoLogStreamConsumer(boolean) - Constructor for class org.codehaus.mojo.javacc.JJDoc.MojoLogStreamConsumer
-
Single param constructor.
- MojoLogStreamConsumer(boolean) - Constructor for class org.codehaus.mojo.javacc.JTB.MojoLogStreamConsumer
-
Single param constructor.
- moveDirectory(File, File) - Method in class org.codehaus.mojo.javacc.JTB
-
Moves all Java files generated by JTB from the specified source directory to the given target directory.
- moveJavaFiles() - Method in class org.codehaus.mojo.javacc.JTB
-
Moves the previously generated Java files to their proper target directories.
- multi - Variable in class org.codehaus.mojo.javacc.JJTree
-
The option MULTI.
- multi - Variable in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
A flag whether to generate a multi mode parse tree or a single mode parse tree.
- multi - Variable in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.A flag whether to generate a multi mode parse tree or a single mode parse tree.
N
- newJavaCC() - Method in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Creates a new facade to invoke JavaCC.
- newJJDoc() - Method in class org.codehaus.mojo.javacc.JJDocMojo
-
Creates a new facade to invoke JJDoc.
- 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.
- newJTB() - Method in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
Creates a new facade to invoke JTB.
- newJTB() - Method in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.Creates a new facade to invoke JTB.
- nodeClass - Variable in class org.codehaus.mojo.javacc.JJTree
-
The option NODE_CLASS.
- nodeClass - Variable in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
The name of a custom class that extends
SimpleNode
and will be used as the super class for the generated tree node classes. - nodeClass - Variable in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.The name of a custom class that extends
SimpleNode
and will be used as the super class for the generated tree node classes. - nodeDefaultVoid - Variable in class org.codehaus.mojo.javacc.JJTree
-
The option NODE_DEFAULT_VOID.
- nodeDefaultVoid - Variable in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
A flag whether to make each non-decorated production void instead of an indefinite node.
- nodeDefaultVoid - Variable in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.A flag whether to make each non-decorated production void instead of an indefinite node.
- nodeDirectory - Variable in class org.codehaus.mojo.javacc.JTB
-
The output directory for the syntax tree files.
- nodeFactory - Variable in class org.codehaus.mojo.javacc.JJTree
-
The option NODE_FACTORY.
- nodeFactory - Variable in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
The name of a custom factory class used to create
Node
objects. - nodeFactory - Variable in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.The name of a custom factory class used to create
Node
objects. - nodePackage - Variable in class org.codehaus.mojo.javacc.JJTree
-
The option NODE_PACKAGE.
- nodePackage - Variable in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
The package to generate the AST node classes into.
- nodePackage - Variable in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.The package to generate the AST node classes into.
- nodePackageName - Variable in class org.codehaus.mojo.javacc.JTB
-
The option "-np".
- nodePackageName - Variable in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
This option specifies the package for the generated AST nodes.
- nodePackageName - Variable in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.This option specifies the package for the generated AST nodes.
- nodeParentClass - Variable in class org.codehaus.mojo.javacc.JTB
-
The option "-ns".
- nodeParentClass - Variable in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
The qualified name of a user-defined class from which all AST nodes will inherit.
- nodeParentClass - Variable in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.The qualified name of a user-defined class from which all AST nodes will inherit.
- nodePrefix - Variable in class org.codehaus.mojo.javacc.JJTree
-
The option NODE_PREFIX.
- nodePrefix - Variable in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
The prefix used to construct node class names from node identifiers in multi mode.
- nodePrefix - Variable in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.The prefix used to construct node class names from node identifiers in multi mode.
- nodeScopeHook - Variable in class org.codehaus.mojo.javacc.JJTree
-
The option NODE_SCOPE_HOOK.
- nodeScopeHook - Variable in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
A flag whether user-defined parser methods should be called on entry and exit of every node scope.
- nodeScopeHook - Variable in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.A flag whether user-defined parser methods should be called on entry and exit of every node scope.
- nodeUsesParser - Variable in class org.codehaus.mojo.javacc.JJTree
-
The option NODE_USES_PARSER.
- nodeUsesParser - Variable in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
A flag whether the node construction routines need an additional method parameter to receive the parser object.
- nodeUsesParser - Variable in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.A flag whether the node construction routines need an additional method parameter to receive the parser object.
- nonGeneratedSourceRoots - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
The set of compile source roots whose contents are not generated as part of the build, i.e.
O
- oneTable - Variable in class org.codehaus.mojo.javacc.JJDoc
-
The option ONE_TABLE.
- oneTable - Variable in class org.codehaus.mojo.javacc.JJDocMojo
-
This option controls the structure of the generated HTML output.
- org.codehaus.mojo.javacc - package org.codehaus.mojo.javacc
- org.codehaus.mojo.javacc_maven_plugin - package org.codehaus.mojo.javacc_maven_plugin
- otherAmbiguityCheck - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
This is the number of tokens considered in checking all other kinds of choices (i.e., of the forms "(A)*", "(A)+", and "(A)?") for ambiguity.
- otherAmbiguityCheck - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option OTHER_AMBIGUITY_CHECK.
- outputDirectory - Variable in class org.codehaus.mojo.javacc.GrammarDirectoryScanner
-
The absolute path to the output directory used to detect stale target files by timestamp checking, may be
null
if no stale detection should be performed. - outputDirectory - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option OUTPUT_DIRECTORY.
- outputDirectory - Variable in class org.codehaus.mojo.javacc.JavaCCMojo
-
The directory where the parser files generated by JavaCC will be stored.
- outputDirectory - Variable in class org.codehaus.mojo.javacc.JJDocMojo
-
The destination directory where JJDoc saves the generated documentation files.
- outputDirectory - Variable in class org.codehaus.mojo.javacc.JJTree
-
The option OUTPUT_DIRECTORY.
- outputDirectory - Variable in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
The directory where the parser files generated by JavaCC will be stored.
- outputDirectory - Variable in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.Directory where the output Java files for the node classes and the JavaCC grammar file will be located.
- outputDirectory - Variable in class org.codehaus.mojo.javacc.JTB
-
The base directory for the option "-o".
- outputDirectory - Variable in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
The directory where the parser files generated by JavaCC will be stored.
- outputDirectory - Variable in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.The directory where the output Java files will be located.
- outputFile - Variable in class org.codehaus.mojo.javacc.JJDoc
-
The option OUTPUT_FILE.
P
- packageName - Variable in class org.codehaus.mojo.javacc.JavaCCMojo
-
Deprecated.As of version 2.4 because the plugin extracts the package name from each grammar file.
- packageName - Variable in class org.codehaus.mojo.javacc.JTB
-
The option "-p".
- packageName - Variable in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
This option is short for
nodePackageName
=<packageName>.syntaxtree
andvisitorPackageName
=<packageName>.visitor
. - packageName - Variable in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.This option is short for
nodePackageName
=<packageName>.syntaxtree
andvisitorPackageName
=<packageName>.visitor
. - parentPointers - Variable in class org.codehaus.mojo.javacc.JTB
-
The option "-pp".
- parentPointers - Variable in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
If
true
, all nodes will contain fields for its parent node. - parentPointers - Variable in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.If
true
, all nodes will contain fields for its parent node. - parserDirectory - Variable in class org.codehaus.mojo.javacc.GrammarInfo
-
The path to the directory of the parser package (relative to a source root directory, e.g.
- parserFile - Variable in class org.codehaus.mojo.javacc.GrammarInfo
-
The path to the generated parser file (relative to a source root directory, e.g.
- parserName - Variable in class org.codehaus.mojo.javacc.GrammarInfo
-
The simple name of the generated parser (e.g.
- parserPackage - Variable in class org.codehaus.mojo.javacc.GrammarDirectoryScanner
-
The package name for the generated parser, may be
null
to use the package declaration from the grammar file. - parserPackage - Variable in class org.codehaus.mojo.javacc.GrammarInfo
-
The declared package for the generated parser (e.g.
- PLUGIN_HELP_PATH - Static variable in class org.codehaus.mojo.javacc_maven_plugin.HelpMojo
- printer - Variable in class org.codehaus.mojo.javacc.JTB
-
The toolkit option "-printer".
- printer - Variable in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
If
true
, JTB will generate a syntax tree dumping visitor. - printer - Variable in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.If
true
, JTB will generate a syntax tree dumping visitor. - 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.
- project - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
The current Maven project.
- project - Variable in class org.codehaus.mojo.javacc.AbstractPreprocessorMojo
-
The current Maven project.
R
- repeat(String, int) - Static method in class org.codehaus.mojo.javacc_maven_plugin.HelpMojo
-
Repeat a String
n
times to form a new string. - resolvePackageName(String) - Method in class org.codehaus.mojo.javacc.GrammarInfo
-
Resolves the specified package name against the package name of the parser generated from this grammar.
- run() - Method in class org.codehaus.mojo.javacc.ForkedJvm
-
Forks a JVM using the previously set parameters.
- run() - Method in class org.codehaus.mojo.javacc.ToolFacade
-
Runs the tool using the previously set parameters.
S
- sanityCheck - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Enables/disables many syntactic and semantic checks on the grammar file during parser generation.
- sanityCheck - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option SANITY_CHECK.
- scan() - Method in class org.codehaus.mojo.javacc.GrammarDirectoryScanner
-
Scans the source directory for grammar files that match at least one inclusion pattern but no exclusion pattern, optionally performing timestamp checking to exclude grammars whose corresponding parser files are up to date.
- scanForGrammars() - Method in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
Scans the configured source directory for grammar files which need processing.
- scanForGrammars() - Method in class org.codehaus.mojo.javacc.AbstractPreprocessorMojo
-
Scans the configured source directory for grammar files which need processing.
- scanForGrammars(File) - Method in class org.codehaus.mojo.javacc.JJDocMojo
-
Searches the specified source directory to find grammar files that can be documented.
- scanner - Variable in class org.codehaus.mojo.javacc.GrammarDirectoryScanner
-
The directory scanner used to scan the source directory for files.
- scheme - Variable in class org.codehaus.mojo.javacc.JTB
-
The toolkit option "-scheme".
- scheme - Variable in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
If
true
, JTB will generate the following files to support the Schema programming language: Scheme records representing the grammar. A Scheme tree building visitor. Default value isfalse
. - scheme - Variable in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.If
true
, JTB will generate the following files to support the Schema programming language: Scheme records representing the grammar. A Scheme tree building visitor. Default value isfalse
. - setBnf(Boolean) - Method in class org.codehaus.mojo.javacc.JJDoc
-
Sets the option BNF.
- setBuildNodeFiles(Boolean) - Method in class org.codehaus.mojo.javacc.JJTree
-
Sets the option value BUILD_NODE_FILES.
- setBuildParser(Boolean) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the option BUILD_PARSER.
- setBuildTokenManager(Boolean) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the option BUILD_TOKEN_MANAGER.
- setCacheTokens(Boolean) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the option CACHE_TOKENS.
- setChoiceAmbiguityCheck(Integer) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the option CHOICE_AMBIGUITY_CHECK.
- setCommonTokenAction(Boolean) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the option COMMON_TOKEN_ACTION.
- setCssHref(String) - Method in class org.codehaus.mojo.javacc.JJDoc
-
Sets the option CSS, i.e the hypertext reference to a CSS file for the generated HTML output.
- setDebugLookAhead(Boolean) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the option DEBUG_LOOK_AHEAD.
- setDebugParser(Boolean) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the option DEBUG_PARSER.
- setDebugTokenManager(Boolean) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the option DEBUG_TOKEN_MANAGER.
- setDescriptiveFieldNames(Boolean) - Method in class org.codehaus.mojo.javacc.JTB
-
Sets the option "-f".
- setErrorReporting(Boolean) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the option ERROR_REPORTING.
- setExcludes(String[]) - Method in class org.codehaus.mojo.javacc.GrammarDirectoryScanner
-
Sets the Ant-like exclusion patterns.
- setForceLaCheck(Boolean) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the option FORCE_LA_CHECK.
- setGrammarEncoding(String) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the option GRAMMAR_ENCODING.
- setGrammarEncoding(String) - Method in class org.codehaus.mojo.javacc.JJDoc
-
Sets the option GRAMMAR_ENCODING.
- setGrammarEncoding(String) - Method in class org.codehaus.mojo.javacc.JJTree
-
Sets the option GRAMMAR_ENCODING.
- setIgnoreCase(Boolean) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the option IGNORE_CASE.
- setIncludes(String[]) - Method in class org.codehaus.mojo.javacc.GrammarDirectoryScanner
-
Sets the Ant-like inclusion patterns.
- setInputFile(File) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the absolute path to the grammar file to pass into JavaCC for compilation.
- setInputFile(File) - Method in class org.codehaus.mojo.javacc.JJDoc
-
Sets the absolute path to the grammar file to pass into JJDoc for documentation.
- setInputFile(File) - Method in class org.codehaus.mojo.javacc.JJTree
-
Sets the absolute path to the grammar file to pass into JJTree for preprocessing.
- setInputFile(File) - Method in class org.codehaus.mojo.javacc.JTB
-
Sets the absolute path to the grammar file to pass into JTB for preprocessing.
- setJavadocFriendlyComments(Boolean) - Method in class org.codehaus.mojo.javacc.JTB
-
Sets the option "-jd".
- setJavaUnicodeEscape(Boolean) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the option JAVA_UNICODE_ESCAPE.
- setJdkVersion(String) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the option JDK_VERSION.
- setJdkVersion(String) - Method in class org.codehaus.mojo.javacc.JJTree
-
Sets the option JDK_VERSION.
- setKeepLineColumn(Boolean) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the option KEEP_LINE_COLUMN.
- setLog(Log) - Method in class org.codehaus.mojo.javacc.ToolFacade
-
Sets the logger used to output diagnostic messages.
- setLookAhead(Integer) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the option LOOK_AHEAD.
- setMainClass(Class<?>) - Method in class org.codehaus.mojo.javacc.ForkedJvm
-
Sets the class on which to invoke the
main()
method. - setMainClass(String) - Method in class org.codehaus.mojo.javacc.ForkedJvm
-
Sets the qualified name of the class on which to invoke the
main()
method. - setMulti(Boolean) - Method in class org.codehaus.mojo.javacc.JJTree
-
Sets the option value MULTI.
- setNodeClass(String) - Method in class org.codehaus.mojo.javacc.JJTree
-
Sets the option value NODE_CLASS.
- setNodeDefaultVoid(Boolean) - Method in class org.codehaus.mojo.javacc.JJTree
-
Sets the option value NODE_DEFAULT_VOID.
- setNodeDirectory(File) - Method in class org.codehaus.mojo.javacc.JTB
-
Sets the absolute path to the output directory for the syntax tree files.
- setNodeFactory(String) - Method in class org.codehaus.mojo.javacc.JJTree
-
Sets the option value NODE_FACTORY.
- setNodePackage(String) - Method in class org.codehaus.mojo.javacc.JJTree
-
Sets the option value NODE_PACKAGE.
- setNodePackageName(String) - Method in class org.codehaus.mojo.javacc.JTB
-
Sets the option "-np".
- setNodeParentClass(String) - Method in class org.codehaus.mojo.javacc.JTB
-
Sets the option "-ns".
- setNodePrefix(String) - Method in class org.codehaus.mojo.javacc.JJTree
-
Sets the option value NODE_PREFIX.
- setNodeScopeHook(Boolean) - Method in class org.codehaus.mojo.javacc.JJTree
-
Sets the option value NODE_SCOPE_HOOK.
- setNodeUsesParser(Boolean) - Method in class org.codehaus.mojo.javacc.JJTree
-
Sets the option value NODE_USES_PARSER.
- setOneTable(Boolean) - Method in class org.codehaus.mojo.javacc.JJDoc
-
Sets the option value ONE_TABLE.
- setOtherAmbiguityCheck(Integer) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the option OTHER_AMBIGUITY_CHECK.
- setOutputDirectory(File) - Method in class org.codehaus.mojo.javacc.GrammarDirectoryScanner
-
Sets the absolute path to the output directory used to detect stale target files.
- setOutputDirectory(File) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the absolute path to the output directory.
- setOutputDirectory(File) - Method in class org.codehaus.mojo.javacc.JJTree
-
Sets the absolute path to the output directory.
- setOutputDirectory(File) - Method in class org.codehaus.mojo.javacc.JTB
-
Sets the absolute path to the output directory for the generated grammar file.
- setOutputFile(File) - Method in class org.codehaus.mojo.javacc.JJDoc
-
Sets the absolute path to the output file.
- setPackageName(String) - Method in class org.codehaus.mojo.javacc.JTB
-
Sets the option "-p".
- setParentPointers(Boolean) - Method in class org.codehaus.mojo.javacc.JTB
-
Sets the option "-pp".
- setParserPackage(String) - Method in class org.codehaus.mojo.javacc.GrammarDirectoryScanner
-
Sets the package name for the generated parser.
- setPrinter(Boolean) - Method in class org.codehaus.mojo.javacc.JTB
-
Sets the toolkit option "-printer".
- setSanityCheck(Boolean) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the option SANITY_CHECK.
- setScheme(Boolean) - Method in class org.codehaus.mojo.javacc.JTB
-
Sets the toolkit option "-scheme".
- setSourceDirectory(File) - Method in class org.codehaus.mojo.javacc.GrammarDirectoryScanner
-
Sets the absolute path to the source directory to scan for grammar files.
- setSpecialTokens(Boolean) - Method in class org.codehaus.mojo.javacc.JTB
-
Sets the option "-tk".
- setStaleMillis(int) - Method in class org.codehaus.mojo.javacc.GrammarDirectoryScanner
-
Sets the granularity in milliseconds of the last modification date for stale file detection.
- setStatic(Boolean) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the option STATIC.
- setStatic(Boolean) - Method in class org.codehaus.mojo.javacc.JJTree
-
Sets the option STATIC.
- setSupportClassVisibilityPublic(Boolean) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the option SUPPORT_CLASS_VISIBILITY_PUBLIC.
- setSupressErrorChecking(Boolean) - Method in class org.codehaus.mojo.javacc.JTB
-
Sets the option "-e".
- setSystemErr(StreamConsumer) - Method in class org.codehaus.mojo.javacc.ForkedJvm
-
Sets the stream consumer used to handle messages from
System.err
. - setSystemOut(StreamConsumer) - Method in class org.codehaus.mojo.javacc.ForkedJvm
-
Sets the stream consumer used to handle messages from
System.out
. - setText(Boolean) - Method in class org.codehaus.mojo.javacc.JJDoc
-
Sets the option TEXT.
- setTokenExtends(String) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the option TOKEN_EXTENDS.
- setTokenFactory(String) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the option TOKEN_FACTORY.
- setTokenManagerUsesParser(Boolean) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the option TOKEN_MANAGER_USES_PARSER.
- setTrackTokens(Boolean) - Method in class org.codehaus.mojo.javacc.JJTree
-
Sets the option value TRACK_TOKENS.
- setUnicodeInput(Boolean) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the option UNICODE_INPUT.
- setUserCharStream(Boolean) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the option USER_CHAR_STREAM.
- setUserTokenManager(Boolean) - Method in class org.codehaus.mojo.javacc.JavaCC
-
Sets the option USER_TOKEN_MANAGER.
- setVisitor(Boolean) - Method in class org.codehaus.mojo.javacc.JJTree
-
Sets the option value VISITOR.
- setVisitorDataType(String) - Method in class org.codehaus.mojo.javacc.JJTree
-
Sets the option value VISITOR_DATA_TYPE.
- setVisitorDirectory(File) - Method in class org.codehaus.mojo.javacc.JTB
-
Sets the absolute path to the output directory for the visitor files.
- setVisitorException(String) - Method in class org.codehaus.mojo.javacc.JJTree
-
Sets the option value VISITOR_EXCEPTION.
- setVisitorPackageName(String) - Method in class org.codehaus.mojo.javacc.JTB
-
Sets the option "-vp".
- setVisitorReturnType(String) - Method in class org.codehaus.mojo.javacc.JJTree
-
Sets the option value VISITOR_RETURN_TYPE.
- setWorkingDirectory(File) - Method in class org.codehaus.mojo.javacc.ForkedJvm
-
Sets the working directory for the forked JVM.
- sourceDirectories - Variable in class org.codehaus.mojo.javacc.JJDocMojo
-
The directories where the JavaCC grammar files (
*.jj
) are located. - sourceDirectory - Variable in class org.codehaus.mojo.javacc.GrammarInfo
-
The absolute path to the base directory in which the grammar file resides.
- sourceDirectory - Variable in class org.codehaus.mojo.javacc.JavaCCMojo
-
The directory where the JavaCC grammar files (
*.jj
) are located. - sourceDirectory - Variable in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
The directory where the decorated JavaCC grammar files (
*.jjt
) are located. - sourceDirectory - Variable in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.Directory where the input JJTree files (
*.jjt
) are located. - sourceDirectory - Variable in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
The directory where the JavaCC grammar files (
*.jtb
) are located. - sourceDirectory - Variable in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.The directory where the JavaCC grammar files (
*.jtb
) are located. - specialTokens - Variable in class org.codehaus.mojo.javacc.JTB
-
The option "-tk".
- specialTokens - Variable in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
If
true
, JTB will include JavaCC "special tokens" in the AST. - specialTokens - Variable in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.If
true
, JTB will include JavaCC "special tokens" in the AST. - staleMillis - Variable in class org.codehaus.mojo.javacc.GrammarDirectoryScanner
-
The granularity in milliseconds of the last modification date for testing whether a grammar file needs recompilation because its corresponding target file is stale.
- staleMillis - Variable in class org.codehaus.mojo.javacc.JavaCCMojo
-
The granularity in milliseconds of the last modification date for testing whether a source needs recompilation.
- staleMillis - Variable in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
The granularity in milliseconds of the last modification date for testing whether a grammar file needs recompilation.
- staleMillis - Variable in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.The granularity in milliseconds of the last modification date for testing whether a source needs recompilation.
- staleMillis - Variable in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
The granularity in milliseconds of the last modification date for testing whether a grammar file needs recompilation.
- staleMillis - Variable in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.The granularity in milliseconds of the last modification date for testing whether a source needs recompilation.
- supportClassVisibilityPublic - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
A flag whether the generated support classes of the parser should have public or package-private visibility.
- supportClassVisibilityPublic - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option SUPPORT_CLASS_VISIBILITY_PUBLIC.
- supressErrorChecking - Variable in class org.codehaus.mojo.javacc.JTB
-
The option "-e".
- supressErrorChecking - Variable in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
If
true
, JTB will suppress its semantic error checking. - supressErrorChecking - Variable in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.If
true
, JTB will suppress its semantic error checking. - SYNTAX_TREE - Static variable in class org.codehaus.mojo.javacc.JTB
-
The default package name for syntax tree files.
- systemErr - Variable in class org.codehaus.mojo.javacc.ForkedJvm
-
The consumer for
System.err
messages. - systemOut - Variable in class org.codehaus.mojo.javacc.ForkedJvm
-
The consumer for
System.out
messages.
T
- text - Variable in class org.codehaus.mojo.javacc.JJDoc
-
The option TEXT.
- text - Variable in class org.codehaus.mojo.javacc.JJDocMojo
-
A flag to specify the output format for the generated documentation.
- timestampDirectory - Variable in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.The directory to store the processed input files for later detection of stale sources.
- timestampDirectory - Variable in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.The directory to store the processed input files for later detection of stale sources.
- tokenExtends - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
The name of the base class for the generated
Token
class. - tokenExtends - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option TOKEN_EXTENDS.
- tokenFactory - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
The name of a custom factory class used to create
Token
objects. - tokenFactory - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option TOKEN_FACTORY.
- tokenManagerUsesParser - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
When set to
true
, the generated token manager will include a field calledparser
that references the instantiating parser instance. - tokenManagerUsesParser - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option TOKEN_MANAGER_USES_PARSER.
- toLines(String, int, int, int) - Static method in class org.codehaus.mojo.javacc_maven_plugin.HelpMojo
-
Splits the specified text into lines of convenient display length.
- toLines(List<String>, String, int, int) - Static method in class org.codehaus.mojo.javacc_maven_plugin.HelpMojo
-
Adds the specified line to the output sequence, performing line wrapping if necessary.
- ToolFacade - Class in org.codehaus.mojo.javacc
-
Provides a facade for the mojos to invoke JavaCC related tools.
- ToolFacade() - Constructor for class org.codehaus.mojo.javacc.ToolFacade
- toString() - Method in class org.codehaus.mojo.javacc.ForkedJvm
-
Gets a string representation of the command line arguments.
- toString() - Method in class org.codehaus.mojo.javacc.GrammarInfo
-
Gets a string representation of this bean.
- toString() - Method in class org.codehaus.mojo.javacc.JavaCC
-
Gets a string representation of the command line arguments.
- toString() - Method in class org.codehaus.mojo.javacc.JJDoc
-
Gets a string representation of the command line arguments.
- toString() - Method in class org.codehaus.mojo.javacc.JJTree
-
Gets a string representation of the command line arguments.
- toString() - Method in class org.codehaus.mojo.javacc.JTB
-
Gets a string representation of the command line arguments.
- trackTokens - Variable in class org.codehaus.mojo.javacc.JJTree
-
The option TRACK_TOKENS.
- trackTokens - Variable in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
A flag whether to insert the methods
jjtGetFirstToken()
,jjtSetFirstToken()
,getLastToken()
andjjtSetLastToken()
into the classSimpleNode
. - trackTokens - Variable in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.A flag whether to insert the methods
jjtGetFirstToken()
,jjtSetFirstToken()
,getLastToken()
andjjtSetLastToken()
into the classSimpleNode
.
U
- unicodeInput - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
When set to
true
, the generated parser uses uses an input stream object that reads Unicode files. - unicodeInput - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option UNICODE_INPUT.
- UrlUtils - Class in org.codehaus.mojo.javacc
-
Assists in handling of URLs.
- UrlUtils() - Constructor for class org.codehaus.mojo.javacc.UrlUtils
- userCharStream - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
This flag controls whether the token manager will read characters from a character stream reader as defined by the options
javaUnicodeEscape
andunicodeInput
or whether the token manager reads from a user-supplied implementation ofCharStream
. - userCharStream - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option USER_CHAR_STREAM.
- userTokenManager - Variable in class org.codehaus.mojo.javacc.AbstractJavaCCMojo
-
The default action is to generate a token manager that works on the specified grammar tokens.
- userTokenManager - Variable in class org.codehaus.mojo.javacc.JavaCC
-
The option USER_TOKEN_MANAGER.
V
- visitor - Variable in class org.codehaus.mojo.javacc.JJTree
-
The option VISITOR.
- visitor - Variable in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
A flag whether to insert a
jjtAccept()
method in the node classes and to generate a visitor implementation with an entry for every node type used in the grammar. - visitor - Variable in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.A flag whether to insert a
jjtAccept()
method in the node classes and to generate a visitor implementation with an entry for every node type used in the grammar. - VISITOR - Static variable in class org.codehaus.mojo.javacc.JTB
-
The default package name for visitor files.
- visitorDataType - Variable in class org.codehaus.mojo.javacc.JJTree
-
The option VISITOR_DATA_TYPE.
- visitorDataType - Variable in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
The name of a class to use for the data argument of the
jjtAccept()
andvisit()
methods. - visitorDataType - Variable in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.The name of a class to use for the data argument of the
jjtAccept()
andvisit()
methods. - visitorDirectory - Variable in class org.codehaus.mojo.javacc.JTB
-
The output directory for the visitor files.
- visitorException - Variable in class org.codehaus.mojo.javacc.JJTree
-
The option VISITOR_EXCEPTION.
- visitorException - Variable in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
The name of an exception class to include in the signature of the generated
jjtAccept()
andvisit()
methods. - visitorException - Variable in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.The name of an exception class to include in the signature of the generated
jjtAccept()
andvisit()
methods. - visitorPackageName - Variable in class org.codehaus.mojo.javacc.JTB
-
The option "-vp".
- visitorPackageName - Variable in class org.codehaus.mojo.javacc.JTBJavaCCMojo
-
This option specifies the package for the generated visitors.
- visitorPackageName - Variable in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.This option specifies the package for the generated visitors.
- visitorReturnType - Variable in class org.codehaus.mojo.javacc.JJTree
-
The option VISITOR_RETURN_TYPE.
- visitorReturnType - Variable in class org.codehaus.mojo.javacc.JJTreeJavaCCMojo
-
The name of a class to use as the return type of the
jjtAccept()
andvisit()
methods. - visitorReturnType - Variable in class org.codehaus.mojo.javacc.JJTreeMojo
-
Deprecated.The name of a class to use as the return type of the
jjtAccept()
andvisit()
methods.
W
- WARN_PREFIX - Static variable in class org.codehaus.mojo.javacc.JJDoc.MojoLogStreamConsumer
-
The line prefix used by JJDoc to report warnings.
- workingDirectory - Variable in class org.codehaus.mojo.javacc.ForkedJvm
-
The working directory for the forked JVM.
- writeGoal(StringBuilder, String, Element) - Method in class org.codehaus.mojo.javacc_maven_plugin.HelpMojo
- writeParameter(StringBuilder, Node, Node) - Method in class org.codehaus.mojo.javacc_maven_plugin.HelpMojo
All Classes All Packages