Uses of Class
org.codehaus.mojo.javacc.GrammarInfo
Packages that use GrammarInfo
-
Uses of GrammarInfo in org.codehaus.mojo.javacc
Classes in org.codehaus.mojo.javacc that implement interfaces with type arguments of type GrammarInfoModifier and TypeClassDescriptionprivate static classCompares grammar infos using their relative grammar file paths as the sort key.Fields in org.codehaus.mojo.javacc with type parameters of type GrammarInfoModifier and TypeFieldDescriptionprivate final List<GrammarInfo> GrammarDirectoryScanner.includedGrammarsA set of grammar infos describing the included grammar files, must never benull.Methods in org.codehaus.mojo.javacc that return GrammarInfoModifier and TypeMethodDescriptionGrammarDirectoryScanner.getIncludedGrammars()Gets the grammar files that were included by the scanner during the last invocation ofGrammarDirectoryScanner.scan().private GrammarInfo[]AbstractJavaCCMojo.scanForGrammars()Scans the configured source directory for grammar files which need processing.private GrammarInfo[]AbstractPreprocessorMojo.scanForGrammars()Scans the configured source directory for grammar files which need processing.private GrammarInfo[]JJDocMojo.scanForGrammars(File sourceDirectory) Searches the specified source directory to find grammar files that can be documented.Methods in org.codehaus.mojo.javacc with parameters of type GrammarInfoModifier and TypeMethodDescriptionintJJDocMojo.GrammarInfoComparator.compare(GrammarInfo o1, GrammarInfo o2) Compares the path of two grammar files lexicographically.protected voidAbstractPreprocessorMojo.createTimestamp(GrammarInfo grammarInfo) Creates the timestamp file for the specified grammar file.protected File[]GrammarDirectoryScanner.getTargetFiles(File targetDirectory, String grammarFile, GrammarInfo grammarInfo) Determines the output files corresponding to the specified grammar file.protected File[]LegacyGrammarDirectoryScanner.getTargetFiles(File targetDirectory, String grammarFile, GrammarInfo grammarInfo) Determines the output files corresponding to the specified grammar file.protected abstract voidAbstractJavaCCMojo.processGrammar(GrammarInfo grammarInfo) Passes the specified grammar file through the tool.protected abstract voidAbstractPreprocessorMojo.processGrammar(GrammarInfo grammarInfo) Passes the specified grammar file through the tool.protected voidJavaCCMojo.processGrammar(GrammarInfo grammarInfo) Passes the specified grammar file through the tool.protected voidJJTreeJavaCCMojo.processGrammar(GrammarInfo grammarInfo) Passes the specified grammar file through the tool.protected voidJJTreeMojo.processGrammar(GrammarInfo grammarInfo) Deprecated.Passes the specified grammar file through the tool.protected voidJTBJavaCCMojo.processGrammar(GrammarInfo grammarInfo) Passes the specified grammar file through the tool.protected voidJTBMojo.processGrammar(GrammarInfo grammarInfo) Deprecated.Passes the specified grammar file through the tool.