Uses of Class
com.strobel.decompiler.DecompilerSettings
-
-
Uses of DecompilerSettings in com.strobel.assembler.metadata
Fields in com.strobel.assembler.metadata declared as DecompilerSettings Modifier and Type Field Description private DecompilerSettingsConstantPoolPrinter. _settingsConstructors in com.strobel.assembler.metadata with parameters of type DecompilerSettings Constructor Description ConstantPoolPrinter(ITextOutput output, DecompilerSettings settings) -
Uses of DecompilerSettings in com.strobel.decompiler
Fields in com.strobel.decompiler declared as DecompilerSettings Modifier and Type Field Description private DecompilerSettingsDecompilationOptions. _settingsprivate DecompilerSettingsDecompilerContext. _settingsMethods in com.strobel.decompiler that return DecompilerSettings Modifier and Type Method Description DecompilerSettingsDecompilationOptions. getSettings()DecompilerSettingsDecompilerContext. getSettings()static DecompilerSettingsDecompilerSettings. javaDefaults()Methods in com.strobel.decompiler with parameters of type DecompilerSettings Modifier and Type Method Description private static java.io.WriterDecompilerDriver. createWriter(TypeDefinition type, DecompilerSettings settings)static voidDecompiler. decompile(java.lang.String internalName, ITextOutput output, DecompilerSettings settings)voidDecompilationOptions. setSettings(DecompilerSettings settings)voidDecompilerContext. setSettings(DecompilerSettings settings)Constructors in com.strobel.decompiler with parameters of type DecompilerSettings Constructor Description DecompilerContext(DecompilerSettings settings)FileOutputWriter(java.io.File file, DecompilerSettings settings) -
Uses of DecompilerSettings in com.strobel.decompiler.ast
Methods in com.strobel.decompiler.ast with parameters of type DecompilerSettings Modifier and Type Method Description (package private) static voidAstOptimizer. removeRedundantCode(Block method, DecompilerSettings settings) -
Uses of DecompilerSettings in com.strobel.decompiler.languages
Fields in com.strobel.decompiler.languages declared as DecompilerSettings Modifier and Type Field Description private DecompilerSettingsBytecodeLanguage.InstructionPrinter. _settingsConstructors in com.strobel.decompiler.languages with parameters of type DecompilerSettings Constructor Description InstructionPrinter(ITextOutput output, MethodDefinition method, DecompilerSettings settings, int[] lineNumbers) -
Uses of DecompilerSettings in com.strobel.decompiler.languages.java
Fields in com.strobel.decompiler.languages.java declared as DecompilerSettings Modifier and Type Field Description (package private) DecompilerSettingsJavaOutputVisitor. settingsConstructors in com.strobel.decompiler.languages.java with parameters of type DecompilerSettings Constructor Description JavaOutputVisitor(ITextOutput output, DecompilerSettings settings) -
Uses of DecompilerSettings in com.strobel.decompiler.languages.java.ast.transforms
Fields in com.strobel.decompiler.languages.java.ast.transforms declared as DecompilerSettings Modifier and Type Field Description private DecompilerSettingsCollapseImportsTransform. _settings
-