public class JavaLanguage extends Language
| Constructor and Description |
|---|
JavaLanguage() |
| Modifier and Type | Method and Description |
|---|---|
TypeDecompilationResults |
decompileType(TypeDefinition type,
ITextOutput output,
DecompilationOptions options) |
CompilationUnit |
decompileTypeToAst(TypeDefinition type,
DecompilationOptions options) |
java.lang.String |
getFileExtension() |
java.lang.String |
getName() |
decompileField, decompileMethod, decompilePackage, formatTypeName, getHint, isMemberBrowsable, typeToString, writeCommentLinepublic final java.lang.String getFileExtension()
getFileExtension in class Languagepublic TypeDecompilationResults decompileType(TypeDefinition type, ITextOutput output, DecompilationOptions options)
decompileType in class Languagepublic CompilationUnit decompileTypeToAst(TypeDefinition type, DecompilationOptions options)