Uses of Interface
org.benf.cfr.reader.util.output.SummaryDumper
-
Packages that use SummaryDumper Package Description org.benf.cfr.reader Created with IntelliJ IDEA.org.benf.cfr.reader.util.output -
-
Uses of SummaryDumper in org.benf.cfr.reader
Methods in org.benf.cfr.reader that return SummaryDumper Modifier and Type Method Description SummaryDumper
PluginRunner.PluginDumperFactory. getSummaryDumper()
Methods in org.benf.cfr.reader with parameters of type SummaryDumper Modifier and Type Method Description private static void
Driver. doJarVersionTypes(int forVersion, java.util.List<java.lang.Integer> versionsSeen, DCCommonState dcCommonState, DumperFactory dumperFactory, IllegalIdentifierDump illegalIdentifierDump, SummaryDumper summaryDumper, ProgressDumper progressDumper, java.util.List<JavaTypeInstance> types)
Dumper
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 SummaryDumper Modifier and Type Class Description class
FileSummaryDumper
class
NopSummaryDumper
class
SinkSummaryDumper
Fields in org.benf.cfr.reader.util.output declared as SummaryDumper Modifier and Type Field Description private SummaryDumper
FileDumper. summaryDumper
private SummaryDumper
MethodErrorCollector.SummaryDumperMethodErrorCollector. summaryDumper
Methods in org.benf.cfr.reader.util.output that return SummaryDumper Modifier and Type Method Description SummaryDumper
DumperFactory. getSummaryDumper()
SummaryDumper
InternalDumperFactoryImpl. getSummaryDumper()
SummaryDumper
SinkDumperFactory. getSummaryDumper()
Methods in org.benf.cfr.reader.util.output with parameters of type SummaryDumper Modifier and Type Method Description Dumper
DumperFactory. getNewTopLevelDumper(JavaTypeInstance classType, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump)
Dumper
InternalDumperFactoryImpl. getNewTopLevelDumper(JavaTypeInstance classType, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump)
Dumper
SinkDumperFactory. getNewTopLevelDumper(JavaTypeInstance classType, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump)
private java.lang.String
FileDumper. mkFilename(java.lang.String dir, Pair<java.lang.String,java.lang.String> names, SummaryDumper summaryDumper)
Constructors in org.benf.cfr.reader.util.output with parameters of type SummaryDumper Constructor Description FileDumper(java.lang.String dir, boolean clobber, JavaTypeInstance type, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, Options options, java.util.concurrent.atomic.AtomicInteger truncCount, IllegalIdentifierDump illegalIdentifierDump)
FileDumper(java.lang.String dir, java.lang.String encoding, boolean clobber, JavaTypeInstance type, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, Options options, java.util.concurrent.atomic.AtomicInteger truncCount, IllegalIdentifierDump illegalIdentifierDump)
SummaryDumperMethodErrorCollector(JavaTypeInstance type, SummaryDumper summaryDumper)
-