Uses of Interface
org.benf.cfr.reader.util.output.DumperFactory
Packages that use DumperFactory
-
Uses of DumperFactory in org.benf.cfr.reader
Classes in org.benf.cfr.reader that implement DumperFactoryMethods in org.benf.cfr.reader that return DumperFactoryModifier and TypeMethodDescriptionPluginRunner.PluginDumperFactory.getFactoryWithPrefix
(String prefix, int version) Methods in org.benf.cfr.reader with parameters of type DumperFactoryModifier and TypeMethodDescription(package private) static void
Driver.doClass
(DCCommonState dcCommonState, String path, boolean skipInnerClass, DumperFactory dumperFactory) static void
Main.doClass
(DCCommonState dcCommonState, String path, boolean skipInnerClass, DumperFactory dumperFactory) (package private) static void
Driver.doJar
(DCCommonState dcCommonState, String path, AnalysisType analysisType, DumperFactory dumperFactory) static void
Main.doJar
(DCCommonState dcCommonState, String path, DumperFactory dumperFactory) private static void
Driver.doJarVersionTypes
(int forVersion, List<Integer> versionsSeen, DCCommonState dcCommonState, DumperFactory dumperFactory, IllegalIdentifierDump illegalIdentifierDump, SummaryDumper summaryDumper, ProgressDumper progressDumper, List<JavaTypeInstance> types) -
Uses of DumperFactory in org.benf.cfr.reader.util.output
Classes in org.benf.cfr.reader.util.output that implement DumperFactoryMethods in org.benf.cfr.reader.util.output that return DumperFactoryModifier and TypeMethodDescriptionDumperFactory.getFactoryWithPrefix
(String prefix, int version) InternalDumperFactoryImpl.getFactoryWithPrefix
(String prefix, int version) SinkDumperFactory.getFactoryWithPrefix
(String prefix, int version)