- generateArguments() - Method in class org.codehaus.mojo.javacc.JavaCC
-
Assembles the command line arguments for the invocation of JavaCC according to the configuration.
Note: To prevent conflicts with JavaCC options that might be set directly in the grammar file,
only those parameters that have been explicitly set are passed on the command line.
- 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.
Note: To prevent conflicts with JavaCC options that might be set directly in the grammar file,
only those parameters that have been explicitly set are passed on the command line.
- 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.
- getClassPath() - Method in class org.codehaus.mojo.javacc.ForkedJvm
-
Gets the class path for the forked JVM.
- 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
-
- 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.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
-
- 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.
- getProject() - Method in class org.codehaus.mojo.javacc.JJDocMojo
-
Get the maven project.
- getPropertyFromExpression(String) - Method in class org.codehaus.mojo.javacc.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) - Method in class org.codehaus.mojo.javacc.HelpMojo
-
- getSiteRenderer() - Method in class org.codehaus.mojo.javacc.JJDocMojo
-
Get the site renderer.
- 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) - Method in class org.codehaus.mojo.javacc.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.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
-
- 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.
- packageName - Variable in class org.codehaus.mojo.javacc.JavaCCMojo
-
- 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
and
visitorPackageName
= <packageName>.visitor
.
- packageName - Variable in class org.codehaus.mojo.javacc.JTBMojo
-
Deprecated.
This option is short for nodePackageName
= <packageName>.syntaxtree
and
visitorPackageName
= <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.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.
- project - Variable in class org.codehaus.mojo.javacc.JJDocMojo
-
The current Maven project.
- 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 is false
.
- 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 is false
.
- 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(String) - Method in class org.codehaus.mojo.javacc.ForkedJvm
-
Sets the qualified name of the class on which to invoke the main()
method.
- setMainClass(Class) - Method in class org.codehaus.mojo.javacc.ForkedJvm
-
Sets 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.
- siteRenderer - Variable in class org.codehaus.mojo.javacc.JJDocMojo
-
The site renderer.
- 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.