public class FileDumper extends StreamDumper
Dumper.CannotCreateMethodErrorCollector.SummaryDumperMethodErrorCollector| Modifier and Type | Field and Description |
|---|---|
protected static String |
STANDARD_INDENT |
emitted, illegalIdentifierDump, options| Modifier and Type | Method and Description |
|---|---|
void |
addSummaryError(Method method,
String s) |
Dumper |
beginBlockComment(boolean inline) |
void |
close() |
Dumper |
comment(String s) |
Dumper |
dump(JavaTypeInstance javaTypeInstance) |
Dumper |
endBlockComment() |
void |
enqueuePendingCarriageReturn() |
BufferedOutputStream |
getAdditionalOutputStream(String description) |
int |
getIndentLevel() |
void |
informBytecodeLoc(HasByteCodeLoc loc) |
Dumper |
removePendingCarriageReturn() |
Dumper |
withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation) |
protected void |
write(String s) |
canEmitClass, dump, dump, endCodeln, explicitIndent, fieldName, getCurrentLine, getObfuscationMapping, getOutputCount, getTypeUsageInformation, identifier, indent, keyword, label, literal, methodName, newln, operator, packageName, print, print, separatorprotected static final String STANDARD_INDENT
public void close()
protected void write(String s)
write in class StreamDumperpublic Dumper withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation)
public BufferedOutputStream getAdditionalOutputStream(String description)
public Dumper beginBlockComment(boolean inline)
beginBlockComment in interface Dumperpublic Dumper endBlockComment()
endBlockComment in interface Dumperpublic void enqueuePendingCarriageReturn()
enqueuePendingCarriageReturn in interface Dumperpublic Dumper dump(JavaTypeInstance javaTypeInstance)
public Dumper removePendingCarriageReturn()
removePendingCarriageReturn in interface Dumperpublic int getIndentLevel()
getIndentLevel in interface Dumperpublic void informBytecodeLoc(HasByteCodeLoc loc)
informBytecodeLoc in interface DumperCopyright © 2011-2021. All Rights Reserved.