Package org.benf.cfr.reader.util.output
Interface MethodErrorCollector
-
- All Known Subinterfaces:
Dumper
- All Known Implementing Classes:
AbstractDumper,BytecodeTrackingDumper,DelegatingDumper,FileDumper,Mapping.ObfuscationWrappingDumper,MethodErrorCollector.SummaryDumperMethodErrorCollector,StdIODumper,StreamDumper,StringStreamDumper,TokenStreamDumper,ToStringDumper,TypeOverridingDumper,TypeUsageCollectingDumper
public interface MethodErrorCollector
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMethodErrorCollector.SummaryDumperMethodErrorCollector
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddSummaryError(Method method, java.lang.String s)
-
-
-
Method Detail
-
addSummaryError
void addSummaryError(Method method, java.lang.String s)
-
-