Uses of Interface
org.benf.cfr.reader.util.output.SummaryDumper
Packages that use SummaryDumper
-
Uses of SummaryDumper in org.benf.cfr.reader
Methods in org.benf.cfr.reader that return SummaryDumperMethods in org.benf.cfr.reader with parameters of type SummaryDumperModifier and TypeMethodDescriptionprivate static void
Driver.doJarVersionTypes
(int forVersion, List<Integer> versionsSeen, DCCommonState dcCommonState, DumperFactory dumperFactory, IllegalIdentifierDump illegalIdentifierDump, SummaryDumper summaryDumper, ProgressDumper progressDumper, List<JavaTypeInstance> types) PluginRunner.PluginDumperFactory.getNewTopLevelDumper
(JavaTypeInstance classType, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump) -
Uses of SummaryDumper in org.benf.cfr.reader.util.output
Classes in org.benf.cfr.reader.util.output that implement SummaryDumperModifier and TypeClassDescriptionclass
class
class
Fields in org.benf.cfr.reader.util.output declared as SummaryDumperModifier and TypeFieldDescriptionprivate final SummaryDumper
FileDumper.summaryDumper
private final SummaryDumper
MethodErrorCollector.SummaryDumperMethodErrorCollector.summaryDumper
Methods in org.benf.cfr.reader.util.output that return SummaryDumperModifier and TypeMethodDescriptionDumperFactory.getSummaryDumper()
InternalDumperFactoryImpl.getSummaryDumper()
SinkDumperFactory.getSummaryDumper()
Methods in org.benf.cfr.reader.util.output with parameters of type SummaryDumperModifier and TypeMethodDescriptionDumperFactory.getNewTopLevelDumper
(JavaTypeInstance classType, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump) InternalDumperFactoryImpl.getNewTopLevelDumper
(JavaTypeInstance classType, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump) SinkDumperFactory.getNewTopLevelDumper
(JavaTypeInstance classType, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump) private String
FileDumper.mkFilename
(String dir, Pair<String, String> names, SummaryDumper summaryDumper) Constructors in org.benf.cfr.reader.util.output with parameters of type SummaryDumperModifierConstructorDescription(package private)
FileDumper
(String dir, boolean clobber, JavaTypeInstance type, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, Options options, IllegalIdentifierDump illegalIdentifierDump) SummaryDumperMethodErrorCollector
(JavaTypeInstance type, SummaryDumper summaryDumper)