| Package | Description |
|---|---|
| org.benf.cfr.reader |
Created with IntelliJ IDEA.
|
| org.benf.cfr.reader.api | |
| org.benf.cfr.reader.apiunreleased | |
| org.benf.cfr.reader.state |
| Modifier and Type | Method and Description |
|---|---|
private static DCCommonState |
PluginRunner.initDCState(java.util.Map<java.lang.String,java.lang.String> optionsMap,
ClassFileSource classFileSource)
Deprecated.
|
| Constructor and Description |
|---|
CfrDriverImpl(ClassFileSource source,
OutputSinkFactory outputSinkFactory,
Options options,
boolean fallbackToDefaultSource) |
PluginRunner(java.util.Map<java.lang.String,java.lang.String> options,
ClassFileSource classFileSource)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) ClassFileSource |
CfrDriver.Builder.source |
| Modifier and Type | Method and Description |
|---|---|
(package private) static ClassFileSource |
ClassFileSource.Factory.createInternalClassFileSource(java.util.Map<java.lang.String,java.lang.String> options) |
| Modifier and Type | Method and Description |
|---|---|
CfrDriver.Builder |
CfrDriver.Builder.withClassFileSource(ClassFileSource source)
Overrides where CFR searches for bytecode.
|
CfrDriver.Builder |
CfrDriver.Builder.withOverrideClassFileSource(ClassFileSource source)
Allows overrides of where CFR searches for bytecode, but will fall back to default
behaviour if null is returned.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClassFileSource2 |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassFileSourceChained |
class |
ClassFileSourceImpl |
class |
ClassFileSourceWrapper |
| Modifier and Type | Field and Description |
|---|---|
private ClassFileSource |
ClassFileSourceWrapper.classFileSource |
| Constructor and Description |
|---|
ClassFileSourceWrapper(ClassFileSource classFileSource) |