Uses of Enum Class
com.strobel.decompiler.ast.AstOptimizationStep
Packages that use AstOptimizationStep
-
Uses of AstOptimizationStep in com.strobel.decompiler.ast
Subclasses with type arguments of type AstOptimizationStep in com.strobel.decompiler.astMethods in com.strobel.decompiler.ast that return AstOptimizationStepModifier and TypeMethodDescriptionstatic AstOptimizationStepReturns 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 voidAstOptimizer.optimize(DecompilerContext context, Block method, AstOptimizationStep abortBeforeStep) private static booleanAstOptimizer.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 AstOptimizationStepBytecodeAstLanguage._abortBeforeStepConstructors in com.strobel.decompiler.languages with parameters of type AstOptimizationStepModifierConstructorDescriptionprivateBytecodeAstLanguage(String name, boolean inlineVariables, AstOptimizationStep abortBeforeStep)