Uses of Class
com.ensoftcorp.open.commons.language.LanguageSpecificAnalysis
-
Packages that use LanguageSpecificAnalysis Package Description com.ensoftcorp.open.commons.analysis com.ensoftcorp.open.commons.language -
-
Uses of LanguageSpecificAnalysis in com.ensoftcorp.open.commons.analysis
Subclasses of LanguageSpecificAnalysis in com.ensoftcorp.open.commons.analysis Modifier and Type Class Description static class
CallSiteAnalysis.LanguageSpecificCallSiteAnalysis
-
Uses of LanguageSpecificAnalysis in com.ensoftcorp.open.commons.language
Methods in com.ensoftcorp.open.commons.language that return types with arguments of type LanguageSpecificAnalysis Modifier and Type Method Description static java.util.Set<LanguageSpecificAnalysis>
LanguageSpecificAnalysis. getRegisteredAnalyses()
Returns a copy of the currently registered analysesstatic java.util.Set<? extends LanguageSpecificAnalysis>
LanguageSpecificAnalysis. getRegisteredAnalyses(java.lang.Class<? extends LanguageSpecificAnalysis> analysisType)
Returns a copy of the currently registered analyses that apply to the given analysis typestatic java.util.Set<LanguageSpecificAnalysis>
LanguageSpecificAnalysis. getRegisteredAnalyses(java.lang.String language)
Returns a copy of the currently registered analyses that apply to the given languagestatic java.util.Set<? extends LanguageSpecificAnalysis>
LanguageSpecificAnalysis. getRegisteredAnalyses(java.lang.String language, java.lang.Class<? extends LanguageSpecificAnalysis> analysisType)
Returns a copy of the currently registered analyses that apply to the given language and analysis typeMethod parameters in com.ensoftcorp.open.commons.language with type arguments of type LanguageSpecificAnalysis Modifier and Type Method Description static java.util.Set<? extends LanguageSpecificAnalysis>
LanguageSpecificAnalysis. getRegisteredAnalyses(java.lang.Class<? extends LanguageSpecificAnalysis> analysisType)
Returns a copy of the currently registered analyses that apply to the given analysis typestatic java.util.Set<? extends LanguageSpecificAnalysis>
LanguageSpecificAnalysis. getRegisteredAnalyses(java.lang.String language, java.lang.Class<? extends LanguageSpecificAnalysis> analysisType)
Returns a copy of the currently registered analyses that apply to the given language and analysis type
-