public class FileSummaryDumper extends java.lang.Object implements SummaryDumper
| Modifier and Type | Field and Description |
|---|---|
private DecompilerCommentSource |
additionalComments |
private JavaTypeInstance |
lastControllingType |
private Method |
lastMethod |
private Options |
options |
private java.io.BufferedWriter |
writer |
| Constructor and Description |
|---|
FileSummaryDumper(java.lang.String dir,
Options options,
DecompilerCommentSource additional) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
notify(java.lang.String message) |
private void |
notifyAdditionalAtEnd() |
void |
notifyError(JavaTypeInstance controllingType,
Method method,
java.lang.String error) |
private final java.io.BufferedWriter writer
private final DecompilerCommentSource additionalComments
private final Options options
private transient JavaTypeInstance lastControllingType
private transient Method lastMethod
public FileSummaryDumper(java.lang.String dir,
Options options,
DecompilerCommentSource additional)
public void notify(java.lang.String message)
notify in interface SummaryDumperpublic void notifyError(JavaTypeInstance controllingType, Method method, java.lang.String error)
notifyError in interface SummaryDumperprivate void notifyAdditionalAtEnd()
public void close()
close in interface SummaryDumper