Package com.strobel.decompiler.languages
Class BytecodeAstLanguage
java.lang.Object
com.strobel.decompiler.languages.Language
com.strobel.decompiler.languages.BytecodeAstLanguage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddecompileMethod(MethodDefinition method, ITextOutput output, DecompilationOptions options) decompileType(TypeDefinition type, ITextOutput output, DecompilationOptions options) static List<BytecodeAstLanguage> getName()typeToString(TypeReference type, boolean includePackage) Methods inherited from class com.strobel.decompiler.languages.Language
decompileField, decompilePackage, formatTypeName, getHint, isMemberBrowsable, writeCommentLine
-
Constructor Details
-
BytecodeAstLanguage
public BytecodeAstLanguage()
-
-
Method Details
-
getName
-
getFileExtension
- Specified by:
getFileExtensionin classLanguage
-
decompileType
public TypeDecompilationResults decompileType(TypeDefinition type, ITextOutput output, DecompilationOptions options) - Overrides:
decompileTypein classLanguage
-
decompileMethod
public void decompileMethod(MethodDefinition method, ITextOutput output, DecompilationOptions options) - Overrides:
decompileMethodin classLanguage
-
typeToString
- Overrides:
typeToStringin classLanguage
-
getDebugLanguages
-