public class

OptUtil

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt.OptUtil

Summary

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
From class java.lang.Object

Public Constructors

public OptUtil ()

Public Methods

public static 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.

public static 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.