Uses of Enum
org.benf.cfr.reader.util.AnalysisType
Packages that use AnalysisType
Package
Description
-
Uses of AnalysisType in org.benf.cfr.reader.apiunreleased
Methods in org.benf.cfr.reader.apiunreleased that return AnalysisTypeMethods in org.benf.cfr.reader.apiunreleased with parameters of type AnalysisTypeModifier and TypeMethodDescriptionClassFileSource2.addJarContent(String jarPath, AnalysisType analysisType) CFR would like to know about all classes contained within the jar atjarPath -
Uses of AnalysisType in org.benf.cfr.reader.state
Methods in org.benf.cfr.reader.state that return AnalysisTypeModifier and TypeMethodDescriptionDCCommonState.detectClsJar(String path) JarContentImpl.getAnalysisType()Methods in org.benf.cfr.reader.state with parameters of type AnalysisTypeModifier and TypeMethodDescriptionClassFileSourceChained.addJarContent(String jarPath, AnalysisType analysisType) ClassFileSourceImpl.addJarContent(String jarPath, AnalysisType analysisType) ClassFileSourceWrapper.addJarContent(String jarPath, AnalysisType type) DCCommonState.explicitlyLoadJar(String path, AnalysisType type) -
Uses of AnalysisType in org.benf.cfr.reader.util
Methods in org.benf.cfr.reader.util that return AnalysisTypeModifier and TypeMethodDescriptionstatic AnalysisTypeReturns the enum constant of this type with the specified name.static AnalysisType[]AnalysisType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AnalysisType in org.benf.cfr.reader.util.getopt
Fields in org.benf.cfr.reader.util.getopt with type parameters of type AnalysisTypeModifier and TypeFieldDescriptionstatic final PermittedOptionProvider.Argument<AnalysisType> OptionsImpl.ANALYSE_AS