Uses of Class
com.ensoftcorp.open.commons.analyzers.Analyzer
- 
Packages that use Analyzer Package Description com.ensoftcorp.open.commons.analyzers com.ensoftcorp.open.commons.preferences  - 
- 
Uses of Analyzer in com.ensoftcorp.open.commons.analyzers
Subclasses of Analyzer in com.ensoftcorp.open.commons.analyzers Modifier and Type Class Description classCyclomaticComplexityAn analyzer for cyclomatic complexityclassDeadCodeAn analyzer for dead codeclassPropertyclassRecursiveFunctionsAn analyzer for recursive functionsMethods in com.ensoftcorp.open.commons.analyzers that return types with arguments of type Analyzer Modifier and Type Method Description static java.util.Set<Analyzer>Analyzers. getRegisteredAnalyzers()Returns a copy of the currently registered analyzersMethods in com.ensoftcorp.open.commons.analyzers with parameters of type Analyzer Modifier and Type Method Description static voidAnalyzers. cacheResults(Analyzer analyzer, java.util.List<Analyzer.Result> results)static java.util.List<Analyzer.Result>Analyzers. getAnalyzerResults(Analyzer analyzer)static booleanAnalyzers. hasCachedResult(Analyzer analyzer) - 
Uses of Analyzer in com.ensoftcorp.open.commons.preferences
Methods in com.ensoftcorp.open.commons.preferences with parameters of type Analyzer Modifier and Type Method Description static voidAnalyzerPreferences. enableAnalyzerCaching(Analyzer analyzer, boolean enabled)Enables or disables the caching for analyzer 
 -