Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.android.ir.DOptimizerType
Packages that use DOptimizerType
Package
Description
This package contains types used to publicly access and manipulate JEB's DEX Decompiler (referred
to as
dexdec
) Intermediate Representation (IR) objects.-
Uses of DOptimizerType in com.pnfsoftware.jeb.core.units.code.android.ir
Methods in com.pnfsoftware.jeb.core.units.code.android.ir that return DOptimizerTypeModifier and TypeMethodDescriptionfinal DOptimizerType
AbstractDCollectionOptimizer.getType()
final DOptimizerType
AbstractDOptimizer.getType()
IDOptimizer.getType()
Get the optimizer type.static DOptimizerType
Returns the enum constant of this class with the specified name.static DOptimizerType[]
DOptimizerType.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.android.ir with parameters of type DOptimizerTypeModifier and TypeMethodDescriptionprotected void
AbstractDCollectionOptimizer.setType
(DOptimizerType type) Set the optimizer type.protected void
AbstractDOptimizer.setType
(DOptimizerType type) Set the optimizer type.Constructors in com.pnfsoftware.jeb.core.units.code.android.ir with parameters of type DOptimizerTypeModifierConstructorDescriptionCreate an optimizer.AbstractDCollectionOptimizer
(DOptimizerType type, String name) Create an optimizer.Create an optimizer.AbstractDOptimizer
(DOptimizerType type, String name) Create an optimizer.