Uses of Enum Class
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 void
Driver.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 AnalysisType
ClassFileSourceImpl.JarSourceEntry.analysisType
private final AnalysisType
JarContentImpl.analysisType
Methods 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 JarContent
ClassFileSourceImpl.processClassPathFile
(File file, boolean dump, AnalysisType analysisType) private void
ClassFileSourceImpl.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 AnalysisType
Returns the enum constant of this class with the specified name.static AnalysisType[]
AnalysisType.values()
Returns an array containing the constants of this enum class, 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