Uses of Class
com.strobel.decompiler.DecompilationOptions
-
Packages that use DecompilationOptions Package Description com.strobel.decompiler com.strobel.decompiler.languages com.strobel.decompiler.languages.java -
-
Uses of DecompilationOptions in com.strobel.decompiler
Methods in com.strobel.decompiler with parameters of type DecompilationOptions Modifier and Type Method Description private static void
DecompilerDriver. decompileJar(java.lang.String jarFilePath, CommandLineOptions options, DecompilationOptions decompilationOptions)
private static void
DecompilerDriver. decompileType(MetadataSystem metadataSystem, java.lang.String typeName, CommandLineOptions commandLineOptions, DecompilationOptions options, boolean includeNested)
-
Uses of DecompilationOptions in com.strobel.decompiler.languages
-
Uses of DecompilationOptions in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type DecompilationOptions Modifier and Type Method Description private AstBuilder
JavaLanguage. buildAst(TypeDefinition type, DecompilationOptions options)
private AstBuilder
JavaLanguage. createAstBuilder(DecompilationOptions options, TypeDefinition currentType, boolean isSingleMember)
TypeDecompilationResults
JavaLanguage. decompileType(TypeDefinition type, ITextOutput output, DecompilationOptions options)
CompilationUnit
JavaLanguage. decompileTypeToAst(TypeDefinition type, DecompilationOptions options)
private void
JavaLanguage. runTransforms(AstBuilder astBuilder, DecompilationOptions options, IAstTransform additionalTransform)
-