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 void
Driver. 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 AnalysisType
JarContent. getAnalysisType()
Methods in org.benf.cfr.reader.apiunreleased with parameters of type AnalysisType Modifier and Type Method Description JarContent
ClassFileSource2. 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 AnalysisType
ClassFileSourceImpl.JarSourceEntry. analysisType
private AnalysisType
JarContentImpl. analysisType
Methods in org.benf.cfr.reader.state that return AnalysisType Modifier and Type Method Description AnalysisType
DCCommonState. detectClsJar(java.lang.String path)
AnalysisType
ClassFileSourceImpl.JarSourceEntry. getAnalysisType()
AnalysisType
JarContentImpl. getAnalysisType()
Methods in org.benf.cfr.reader.state with parameters of type AnalysisType Modifier and Type Method Description JarContent
ClassFileSourceChained. addJarContent(java.lang.String jarPath, AnalysisType analysisType)
JarContent
ClassFileSourceImpl. addJarContent(java.lang.String jarPath, AnalysisType analysisType)
JarContent
ClassFileSourceWrapper. 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 JarContent
ClassFileSourceImpl. processClassPathFile(java.io.File file, boolean dump, AnalysisType analysisType)
private void
ClassFileSourceImpl. 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 AnalysisType
AnalysisType. 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
-