public class FileSummaryDumper extends Object implements SummaryDumper
| Constructor and Description |
|---|
FileSummaryDumper(String dir,
Options options,
DecompilerCommentSource additional) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
notify(String message) |
void |
notifyError(JavaTypeInstance controllingType,
Method method,
String error) |
public FileSummaryDumper(String dir, Options options, DecompilerCommentSource additional)
public void notify(String message)
notify in interface SummaryDumperpublic void notifyError(JavaTypeInstance controllingType, Method method, String error)
notifyError in interface SummaryDumperpublic void close()
close in interface SummaryDumperCopyright © 2011-2021. All Rights Reserved.