Package org.opengrok.indexer.analysis.c
Class CxxAnalyzerFactory
java.lang.Object
org.opengrok.indexer.analysis.AnalyzerFactory
org.opengrok.indexer.analysis.FileAnalyzerFactory
org.opengrok.indexer.analysis.c.CxxAnalyzerFactory
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opengrok.indexer.analysis.FileAnalyzerFactory
FileAnalyzerFactory.Matcher
-
Field Summary
Fields inherited from class org.opengrok.indexer.analysis.AnalyzerFactory
cachedAnalyzer, contentType, genre, hasAnnotations, magics, matchers, names, prefixes, suffixes
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opengrok.indexer.analysis.FileAnalyzerFactory
getAnalyzer, getName, returnAnalyzer
Methods inherited from class org.opengrok.indexer.analysis.AnalyzerFactory
getGenre, hasAnnotations
-
Constructor Details
-
CxxAnalyzerFactory
public CxxAnalyzerFactory()
-
-
Method Details
-
newAnalyzer
Description copied from class:FileAnalyzerFactory
Create a new analyzer.- Overrides:
newAnalyzer
in classFileAnalyzerFactory
- Returns:
- an analyzer
-