Uses of Enum
org.benf.cfr.reader.util.AnalysisType
Packages that use AnalysisType
Package
Description
Created with IntelliJ IDEA.
-
Uses of AnalysisType in org.benf.cfr.reader
Methods in org.benf.cfr.reader with parameters of type AnalysisTypeModifier and TypeMethodDescription(package private) static voidDriver.doJar(DCCommonState dcCommonState, String path, AnalysisType analysisType, DumperFactory dumperFactory) -
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
Fields in org.benf.cfr.reader.state declared as AnalysisTypeModifier and TypeFieldDescriptionprivate final AnalysisTypeClassFileSourceImpl.JarSourceEntry.analysisTypeprivate final AnalysisTypeJarContentImpl.analysisTypeMethods in org.benf.cfr.reader.state that return AnalysisTypeModifier and TypeMethodDescriptionDCCommonState.detectClsJar(String path) ClassFileSourceImpl.JarSourceEntry.getAnalysisType()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) private JarContentClassFileSourceImpl.processClassPathFile(File file, boolean dump, AnalysisType analysisType) private voidClassFileSourceImpl.processClassPathFile(File file, String absolutePath, Map<String, ClassFileSourceImpl.JarSourceEntry> classToPathMap, AnalysisType analysisType, boolean dump) Constructors in org.benf.cfr.reader.state with parameters of type AnalysisTypeModifierConstructorDescription(package private)JarContentImpl(Collection<String> classFiles, Map<String, String> manifestEntries, AnalysisType analysisType) (package private)JarSourceEntry(AnalysisType analysisType, String path) -
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