Uses of Class
com.strobel.decompiler.DecompilationOptions
Packages that use DecompilationOptions
Package
Description
-
Uses of DecompilationOptions in com.strobel.decompiler
Methods in com.strobel.decompiler with parameters of type DecompilationOptionsModifier and TypeMethodDescriptionprivate static void
DecompilerDriver.decompileJar
(String jarFilePath, CommandLineOptions options, DecompilationOptions decompilationOptions) private static void
DecompilerDriver.decompileType
(MetadataSystem metadataSystem, String typeName, CommandLineOptions commandLineOptions, DecompilationOptions options, boolean includeNested) -
Uses of DecompilationOptions in com.strobel.decompiler.languages
Methods in com.strobel.decompiler.languages with parameters of type DecompilationOptionsModifier and TypeMethodDescriptionvoid
BytecodeLanguage.decompileField
(FieldDefinition field, ITextOutput output, DecompilationOptions options) void
Language.decompileField
(FieldDefinition field, ITextOutput output, DecompilationOptions options) void
BytecodeAstLanguage.decompileMethod
(MethodDefinition method, ITextOutput output, DecompilationOptions options) void
BytecodeLanguage.decompileMethod
(MethodDefinition method, ITextOutput output, DecompilationOptions options) void
Language.decompileMethod
(MethodDefinition method, ITextOutput output, DecompilationOptions options) void
Language.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) private static BytecodeOutputOptions
BytecodeLanguage.getBytecodeOptions
(DecompilationOptions options) private void
BytecodeLanguage.writeMethodBody
(ITextOutput output, MethodDefinition method, DecompilationOptions options) private void
BytecodeLanguage.writeMethodEnd
(ITextOutput output, MethodDefinition method, DecompilationOptions options) private void
BytecodeLanguage.writeMethodHeader
(ITextOutput output, MethodDefinition method, DecompilationOptions options) -
Uses of DecompilationOptions in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type DecompilationOptionsModifier and TypeMethodDescriptionprivate AstBuilder
JavaLanguage.buildAst
(TypeDefinition type, DecompilationOptions options) private AstBuilder
JavaLanguage.createAstBuilder
(DecompilationOptions options, TypeDefinition currentType, boolean isSingleMember) JavaLanguage.decompileType
(TypeDefinition type, ITextOutput output, DecompilationOptions options) JavaLanguage.decompileTypeToAst
(TypeDefinition type, DecompilationOptions options) private void
JavaLanguage.runTransforms
(AstBuilder astBuilder, DecompilationOptions options, IAstTransform additionalTransform)