Uses of Enum Class
com.strobel.decompiler.ast.AstOptimizationStep
Packages that use AstOptimizationStep
-
Uses of AstOptimizationStep in com.strobel.decompiler.ast
Methods in com.strobel.decompiler.ast that return AstOptimizationStepModifier and TypeMethodDescriptionstatic AstOptimizationStep
Returns the enum constant of this class with the specified name.static AstOptimizationStep[]
AstOptimizationStep.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.strobel.decompiler.ast with parameters of type AstOptimizationStepModifier and TypeMethodDescriptionstatic void
AstOptimizer.optimize
(DecompilerContext context, Block method, AstOptimizationStep abortBeforeStep) private static boolean
AstOptimizer.shouldPerformStep
(AstOptimizationStep abortBeforeStep, AstOptimizationStep nextStep) -
Uses of AstOptimizationStep in com.strobel.decompiler.languages
Fields in com.strobel.decompiler.languages declared as AstOptimizationStepModifier and TypeFieldDescriptionprivate final AstOptimizationStep
BytecodeAstLanguage._abortBeforeStep
Constructors in com.strobel.decompiler.languages with parameters of type AstOptimizationStepModifierConstructorDescriptionprivate
BytecodeAstLanguage
(String name, boolean inlineVariables, AstOptimizationStep abortBeforeStep)