All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
addSummaryError(Method method,
String s) |
Dumper |
beginBlockComment(boolean inline) |
boolean |
canEmitClass(JavaTypeInstance type) |
void |
close() |
Dumper |
comment(String s) |
Dumper |
dump(Dumpable d) |
Dumper |
dump(JavaTypeInstance javaTypeInstance) |
Dumper |
dump(JavaTypeInstance javaTypeInstance,
TypeContext typeContext) |
Dumper |
endBlockComment() |
Dumper |
endCodeln() |
void |
enqueuePendingCarriageReturn() |
Dumper |
explicitIndent() |
Dumper |
fieldName(String name,
JavaTypeInstance owner,
boolean hiddenDeclaration,
boolean isStatic,
boolean defines) |
BufferedOutputStream |
getAdditionalOutputStream(String description) |
int |
getCurrentLine() |
int |
getIndentLevel() |
ObfuscationMapping |
getObfuscationMapping() |
int |
getOutputCount() |
TypeUsageInformation |
getTypeUsageInformation() |
Dumper |
identifier(String s,
Object ref,
boolean defines) |
void |
indent(int diff) |
void |
informBytecodeLoc(HasByteCodeLoc loc) |
Dumper |
keyword(String s) |
Dumper |
label(String s,
boolean inline) |
Dumper |
literal(String s,
Object o) |
Dumper |
methodName(String s,
MethodPrototype p,
boolean special,
boolean defines) |
Dumper |
newln() |
Dumper |
operator(String s) |
Dumper |
packageName(JavaRefTypeInstance t) |
Dumper |
print(char c) |
Dumper |
print(String s) |
Dumper |
removePendingCarriageReturn() |
Dumper |
separator(String s) |
String |
toString() |
static String |
toString(Dumpable d) |
Dumper |
withTypeUsageInformation(TypeUsageInformation innerclassTypeUsageInformation) |