Uses of Interface
org.benf.cfr.reader.api.ClassFileSource
Packages that use ClassFileSource
Package
Description
Created with IntelliJ IDEA.
-
Uses of ClassFileSource in org.benf.cfr.reader
Methods in org.benf.cfr.reader with parameters of type ClassFileSourceModifier and TypeMethodDescriptionprivate static DCCommonState
PluginRunner.initDCState
(Map<String, String> optionsMap, ClassFileSource classFileSource) Deprecated.Constructors in org.benf.cfr.reader with parameters of type ClassFileSourceModifierConstructorDescriptionCfrDriverImpl
(ClassFileSource source, OutputSinkFactory outputSinkFactory, Options options, boolean fallbackToDefaultSource) PluginRunner
(Map<String, String> options, ClassFileSource classFileSource) Deprecated. -
Uses of ClassFileSource in org.benf.cfr.reader.api
Fields in org.benf.cfr.reader.api declared as ClassFileSourceMethods in org.benf.cfr.reader.api that return ClassFileSourceModifier and TypeMethodDescription(package private) static ClassFileSource
ClassFileSource.Factory.createInternalClassFileSource
(Map<String, String> options) Methods in org.benf.cfr.reader.api with parameters of type ClassFileSourceModifier and TypeMethodDescriptionCfrDriver.Builder.withClassFileSource
(ClassFileSource source) Overrides where CFR searches for bytecode.CfrDriver.Builder.withOverrideClassFileSource
(ClassFileSource source) Allows overrides of where CFR searches for bytecode, but will fall back to default behaviour if null is returned. -
Uses of ClassFileSource in org.benf.cfr.reader.apiunreleased
Subinterfaces of ClassFileSource in org.benf.cfr.reader.apiunreleased -
Uses of ClassFileSource in org.benf.cfr.reader.state
Classes in org.benf.cfr.reader.state that implement ClassFileSourceModifier and TypeClassDescriptionclass
class
class
Fields in org.benf.cfr.reader.state declared as ClassFileSourceModifier and TypeFieldDescriptionprivate final ClassFileSource
ClassFileSourceWrapper.classFileSource
Constructors in org.benf.cfr.reader.state with parameters of type ClassFileSource