Uses of Interface
org.benf.cfr.reader.util.output.MethodErrorCollector
-
Packages that use MethodErrorCollector Package Description org.benf.cfr.reader.mapping org.benf.cfr.reader.state org.benf.cfr.reader.util.output -
-
Uses of MethodErrorCollector in org.benf.cfr.reader.mapping
Classes in org.benf.cfr.reader.mapping that implement MethodErrorCollector Modifier and Type Class Description private class
Mapping.ObfuscationWrappingDumper
-
Uses of MethodErrorCollector in org.benf.cfr.reader.state
Classes in org.benf.cfr.reader.state that implement MethodErrorCollector Modifier and Type Class Description class
TypeUsageCollectingDumper
-
Uses of MethodErrorCollector in org.benf.cfr.reader.util.output
Subinterfaces of MethodErrorCollector in org.benf.cfr.reader.util.output Modifier and Type Interface Description interface
Dumper
Classes in org.benf.cfr.reader.util.output that implement MethodErrorCollector Modifier and Type Class Description (package private) class
AbstractDumper
(package private) class
BytecodeTrackingDumper
class
DelegatingDumper
class
FileDumper
static class
MethodErrorCollector.SummaryDumperMethodErrorCollector
class
StdIODumper
class
StreamDumper
class
StringStreamDumper
class
TokenStreamDumper
class
ToStringDumper
class
TypeOverridingDumper
Fields in org.benf.cfr.reader.util.output declared as MethodErrorCollector Modifier and Type Field Description private MethodErrorCollector
StringStreamDumper. methodErrorCollector
private MethodErrorCollector
TokenStreamDumper. methodErrorCollector
Constructors in org.benf.cfr.reader.util.output with parameters of type MethodErrorCollector Constructor Description StringStreamDumper(MethodErrorCollector methodErrorCollector, java.lang.StringBuilder sb, TypeUsageInformation typeUsageInformation, Options options, IllegalIdentifierDump illegalIdentifierDump)
StringStreamDumper(MethodErrorCollector methodErrorCollector, java.lang.StringBuilder sb, TypeUsageInformation typeUsageInformation, Options options, IllegalIdentifierDump illegalIdentifierDump, MovableDumperContext context)
TokenStreamDumper(OutputSinkFactory.Sink<SinkReturns.Token> sink, int version, JavaTypeInstance classType, MethodErrorCollector methodErrorCollector, TypeUsageInformation typeUsageInformation, Options options, IllegalIdentifierDump illegalIdentifierDump, MovableDumperContext context)
-