Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt.OptimizerMode
Packages that use OptimizerMode
Package
Description
Common types used by
gendec's optimizers.-
Uses of OptimizerMode in com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt that return OptimizerModeModifier and TypeMethodDescriptionAbstractMasterOptimizer.getMode()IMasterOptimizer.getMode()Retrieve the current operating mode for this MO.AbstractOptimizer.getRequiredModeThreshold()IOptimizer.getRequiredModeThreshold()Specify the minimum bar requested from the orchestrator in order to run.AbstractMasterOptimizer.setMode(OptimizerMode mode) IMasterOptimizer.setMode(OptimizerMode optimizerMode) static OptimizerModeReturns the enum constant of this class with the specified name.static OptimizerMode[]OptimizerMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt with parameters of type OptimizerModeModifier and TypeMethodDescriptionbooleanOptimizerMode.meetsRequirement(OptimizerMode requiredMode) AbstractMasterOptimizer.setMode(OptimizerMode mode) IMasterOptimizer.setMode(OptimizerMode optimizerMode) protected voidAbstractOptimizer.setRequiredModeThreshold(OptimizerMode threshold) Set the threshold.