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, returnAnalyzerMethods inherited from class org.opengrok.indexer.analysis.AnalyzerFactory
getGenre, hasAnnotations 
- 
Constructor Details
- 
CxxAnalyzerFactory
public CxxAnalyzerFactory() 
 - 
 - 
Method Details
- 
newAnalyzer
Description copied from class:FileAnalyzerFactoryCreate a new analyzer.- Overrides:
 newAnalyzerin classFileAnalyzerFactory- Returns:
 - an analyzer
 
 
 -