java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt.AbstractMasterOptimizer<ICMethod>
com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast.opt.CMasterOptimizer
All Implemented Interfaces:
ICMasterOptimizer, IMasterOptimizer<ICMethod>

public class CMasterOptimizer extends AbstractMasterOptimizer<ICMethod> implements ICMasterOptimizer
Master optimizer for the C AST generated code.

Information about how groups of optimizers are scheduled for execution can be found in the IMasterOptimizer javadoc.