Uses of Class
com.strobel.decompiler.DecompilationOptions
Packages that use DecompilationOptions
-
Uses of DecompilationOptions in com.strobel.decompiler.languages
Methods in com.strobel.decompiler.languages with parameters of type DecompilationOptionsModifier and TypeMethodDescriptionvoidBytecodeLanguage.decompileField(FieldDefinition field, ITextOutput output, DecompilationOptions options) voidLanguage.decompileField(FieldDefinition field, ITextOutput output, DecompilationOptions options) voidBytecodeAstLanguage.decompileMethod(MethodDefinition method, ITextOutput output, DecompilationOptions options) voidBytecodeLanguage.decompileMethod(MethodDefinition method, ITextOutput output, DecompilationOptions options) voidLanguage.decompileMethod(MethodDefinition method, ITextOutput output, DecompilationOptions options) voidLanguage.decompilePackage(String packageName, Iterable<TypeDefinition> types, ITextOutput output, DecompilationOptions options) BytecodeAstLanguage.decompileType(TypeDefinition type, ITextOutput output, DecompilationOptions options) BytecodeLanguage.decompileType(TypeDefinition type, ITextOutput output, DecompilationOptions options) Language.decompileType(TypeDefinition type, ITextOutput output, DecompilationOptions options) -
Uses of DecompilationOptions in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type DecompilationOptionsModifier and TypeMethodDescriptionJavaLanguage.decompileType(TypeDefinition type, ITextOutput output, DecompilationOptions options) JavaLanguage.decompileTypeToAst(TypeDefinition type, DecompilationOptions options)