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 |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
Driver.doJar(DCCommonState dcCommonState,
java.lang.String path,
AnalysisType analysisType,
DumperFactory dumperFactory) |
Modifier and Type | Method and Description |
---|---|
AnalysisType |
JarContent.getAnalysisType() |
Modifier and Type | Method and Description |
---|---|
JarContent |
ClassFileSource2.addJarContent(java.lang.String jarPath,
AnalysisType analysisType)
CFR would like to know about all classes contained within the jar at
jarPath |
Modifier and Type | Field and Description |
---|---|
private AnalysisType |
ClassFileSourceImpl.JarSourceEntry.analysisType |
private AnalysisType |
JarContentImpl.analysisType |
Modifier and Type | Method and Description |
---|---|
AnalysisType |
DCCommonState.detectClsJar(java.lang.String path) |
AnalysisType |
ClassFileSourceImpl.JarSourceEntry.getAnalysisType() |
AnalysisType |
JarContentImpl.getAnalysisType() |
Modifier and Type | Method and 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) |
Constructor and 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) |
Modifier and Type | Method and 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.
|
Modifier and Type | Field and Description |
---|---|
static PermittedOptionProvider.Argument<AnalysisType> |
OptionsImpl.ANALYSE_AS |