java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt.OptUtil |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
OptUtil() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static <T> List<OptimizerEntry<T>> |
getOnDemandOptimizerEntriesFor(IMasterOptimizer<T> mo, int stageId)
Retrieve the list of on-demand optimizer entries that are enabled and meant to be executed at
the provided stage.
| ||||||||||
static <T> List<OptimizerEntry<T>> |
getOptimizersByTag(IMasterOptimizer<T> mo, String tag)
Retrieve the list of optimizer entries that are enabled and belonging to the provided class
id.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Retrieve the list of on-demand optimizer entries that are enabled and meant to be executed at the provided stage.
Retrieve the list of optimizer entries that are enabled and belonging to the provided class id.