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 voidDriver.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 TypeClassDescriptionclassclassclassFields in org.benf.cfr.reader.util.output declared as SummaryDumperModifier and TypeFieldDescriptionprivate final SummaryDumperFileDumper.summaryDumperprivate final SummaryDumperMethodErrorCollector.SummaryDumperMethodErrorCollector.summaryDumperMethods 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 StringFileDumper.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)