Uses of Class
com.strobel.decompiler.ast.AstOptimizationStep
-
Packages that use AstOptimizationStep Package Description com.strobel.decompiler.ast com.strobel.decompiler.languages -
-
Uses of AstOptimizationStep in com.strobel.decompiler.ast
Methods in com.strobel.decompiler.ast that return AstOptimizationStep Modifier and Type Method Description static AstOptimizationStep
AstOptimizationStep. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AstOptimizationStep[]
AstOptimizationStep. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.strobel.decompiler.ast with parameters of type AstOptimizationStep Modifier and Type Method Description static 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 AstOptimizationStep Modifier and Type Field Description private AstOptimizationStep
BytecodeAstLanguage. _abortBeforeStep
Constructors in com.strobel.decompiler.languages with parameters of type AstOptimizationStep Constructor Description BytecodeAstLanguage(java.lang.String name, boolean inlineVariables, AstOptimizationStep abortBeforeStep)
-