Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt.OptimizerType
Packages that use OptimizerType
Package
Description
Types specific to
gendec's IR optimizers.Common types used by
gendec's optimizers.-
Uses of OptimizerType in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.opt
Constructors in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ir.opt with parameters of type OptimizerTypeModifierConstructorDescriptionAbstractEOptimizer(DataChainsUpdatePolicy dataChainsUpdatePolicy, OptimizerType type) -
Uses of OptimizerType in com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt
Methods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt that return OptimizerTypeModifier and TypeMethodDescriptionAbstractOptimizer.getType()IOptimizer.getType()Retrieve the type of this optimizer.static OptimizerTypeReturns the enum constant of this class with the specified name.static OptimizerType[]OptimizerType.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 OptimizerTypeModifier and TypeMethodDescriptionprotected voidAbstractOptimizer.setType(OptimizerType type) Set the type of optimizer.