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 DecompilerSettings
ConstantPoolPrinter. _settings
Constructors 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 DecompilerSettings
DecompilationOptions. _settings
private DecompilerSettings
DecompilerContext. _settings
Methods in com.strobel.decompiler that return DecompilerSettings Modifier and Type Method Description DecompilerSettings
DecompilationOptions. getSettings()
DecompilerSettings
DecompilerContext. getSettings()
static DecompilerSettings
DecompilerSettings. javaDefaults()
Methods in com.strobel.decompiler with parameters of type DecompilerSettings Modifier and Type Method Description private static java.io.Writer
DecompilerDriver. createWriter(TypeDefinition type, DecompilerSettings settings)
static void
Decompiler. decompile(java.lang.String internalName, ITextOutput output, DecompilerSettings settings)
void
DecompilationOptions. setSettings(DecompilerSettings settings)
void
DecompilerContext. 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 void
AstOptimizer. 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 DecompilerSettings
BytecodeLanguage.InstructionPrinter. _settings
Constructors 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) DecompilerSettings
JavaOutputVisitor. settings
Constructors 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 DecompilerSettings
CollapseImportsTransform. _settings
-