Interface ICOptimizer
- All Superinterfaces:
IOptimizer<ICMethod>
,IPlugin
- All Known Implementing Classes:
AbstractCBlockOptimizer
,AbstractCElementOptimizer
,AbstractCOptimizer
,AbstractCStatementOptimizer
Base interface for AST optimizers. DO not implement directly. It is preferable to extend one of
the abstract sub-classes.
-
Field Summary
Fields inherited from interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt.IOptimizer
DEAD_CODE_REMOVER, DEOBFUSCATOR, PRIORITY_HIGH, PRIORITY_LOW, PRIORITY_STANDARD
-
Method Summary
Methods inherited from interface com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt.IOptimizer
getMasterOptimizer, getPreferredExecutionStage, getPriority, getRequiredModeThreshold, getTags, getType, performOnTarget, setMasterOptimizer
Methods inherited from interface com.pnfsoftware.jeb.core.IPlugin
dispose, getData, getPluginInformation, setData