Uses of Class
org.benf.cfr.reader.util.AnalysisType
-
Packages that use AnalysisType Package Description org.benf.cfr.reader Created with IntelliJ IDEA.org.benf.cfr.reader.apiunreleased org.benf.cfr.reader.state org.benf.cfr.reader.util org.benf.cfr.reader.util.getopt -
-
Uses of AnalysisType in org.benf.cfr.reader
Methods in org.benf.cfr.reader with parameters of type AnalysisType Modifier and Type Method Description (package private) static voidDriver. doJar(DCCommonState dcCommonState, java.lang.String path, AnalysisType analysisType, DumperFactory dumperFactory) -
Uses of AnalysisType in org.benf.cfr.reader.apiunreleased
Methods in org.benf.cfr.reader.apiunreleased that return AnalysisType Modifier and Type Method Description AnalysisTypeJarContent. getAnalysisType()Methods in org.benf.cfr.reader.apiunreleased with parameters of type AnalysisType Modifier and Type Method Description JarContentClassFileSource2. addJarContent(java.lang.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 AnalysisType Modifier and Type Field Description private AnalysisTypeClassFileSourceImpl.JarSourceEntry. analysisTypeprivate AnalysisTypeJarContentImpl. analysisTypeMethods in org.benf.cfr.reader.state that return AnalysisType Modifier and Type Method Description AnalysisTypeDCCommonState. detectClsJar(java.lang.String path)AnalysisTypeClassFileSourceImpl.JarSourceEntry. getAnalysisType()AnalysisTypeJarContentImpl. getAnalysisType()Methods in org.benf.cfr.reader.state with parameters of type AnalysisType Modifier and Type Method Description JarContentClassFileSourceChained. addJarContent(java.lang.String jarPath, AnalysisType analysisType)JarContentClassFileSourceImpl. addJarContent(java.lang.String jarPath, AnalysisType analysisType)JarContentClassFileSourceWrapper. addJarContent(java.lang.String jarPath, AnalysisType type)java.util.TreeMap<java.lang.Integer,java.util.List<JavaTypeInstance>>DCCommonState. explicitlyLoadJar(java.lang.String path, AnalysisType type)private JarContentClassFileSourceImpl. processClassPathFile(java.io.File file, boolean dump, AnalysisType analysisType)private voidClassFileSourceImpl. processClassPathFile(java.io.File file, java.lang.String absolutePath, java.util.Map<java.lang.String,ClassFileSourceImpl.JarSourceEntry> classToPathMap, AnalysisType analysisType, boolean dump)Constructors in org.benf.cfr.reader.state with parameters of type AnalysisType Constructor Description JarContentImpl(java.util.Collection<java.lang.String> classFiles, java.util.Map<java.lang.String,java.lang.String> manifestEntries, AnalysisType analysisType)JarSourceEntry(AnalysisType analysisType, java.lang.String path) -
Uses of AnalysisType in org.benf.cfr.reader.util
Methods in org.benf.cfr.reader.util that return AnalysisType Modifier and Type Method Description static AnalysisTypeAnalysisType. valueOf(java.lang.String name)Returns 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 AnalysisType Modifier and Type Field Description static PermittedOptionProvider.Argument<AnalysisType>OptionsImpl. ANALYSE_AS
-