public class BytecodeAstLanguage extends Language
| Constructor and Description |
|---|
BytecodeAstLanguage() |
| Modifier and Type | Method and Description |
|---|---|
void |
decompileMethod(MethodDefinition method,
ITextOutput output,
DecompilationOptions options) |
TypeDecompilationResults |
decompileType(TypeDefinition type,
ITextOutput output,
DecompilationOptions options) |
static java.util.List<BytecodeAstLanguage> |
getDebugLanguages() |
java.lang.String |
getFileExtension() |
java.lang.String |
getName() |
java.lang.String |
typeToString(TypeReference type,
boolean includePackage) |
decompileField, decompilePackage, formatTypeName, getHint, isMemberBrowsable, writeCommentLinepublic java.lang.String getFileExtension()
getFileExtension in class Languagepublic TypeDecompilationResults decompileType(TypeDefinition type, ITextOutput output, DecompilationOptions options)
decompileType in class Languagepublic void decompileMethod(MethodDefinition method, ITextOutput output, DecompilationOptions options)
decompileMethod in class Languagepublic java.lang.String typeToString(TypeReference type, boolean includePackage)
typeToString in class Languagepublic static java.util.List<BytecodeAstLanguage> getDebugLanguages()