Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt.IOptimizerTarget
Packages that use IOptimizerTarget
Package
Description
This package and its sub-packages contain the types used to access
gendec
, JEB's generic
decompiler.C AST types, used in AST documents provided by the
source units
generated by gendec
.Common types used by
gendec
's optimizers.-
Uses of IOptimizerTarget in com.pnfsoftware.jeb.core.units.code.asm.decompiler
Subinterfaces of IOptimizerTarget in com.pnfsoftware.jeb.core.units.code.asm.decompiler -
Uses of IOptimizerTarget in com.pnfsoftware.jeb.core.units.code.asm.decompiler.ast
Subinterfaces of IOptimizerTarget in com.pnfsoftware.jeb.core.units.code.asm.decompiler.astModifier and TypeInterfaceDescriptioninterface
C AST method objects are top-level AST objects that can be retrieved by aICMethodFactory
. -
Uses of IOptimizerTarget in com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt
Classes in com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt with type parameters of type IOptimizerTargetModifier and TypeClassDescriptionclass
AbstractMasterOptimizer<T extends IOptimizerTarget>
Standard implementation of a generic master optimizer.class
AbstractOptimizer<T extends IOptimizerTarget>
Skeleton for a generic artifact optimizer.interface
IMasterOptimizer<T extends IOptimizerTarget>
Definition of a master optimizer, whose role is to manage and orchestrate the execution of individual optimizers.interface
IMasterOptimizerInstrumenter<T extends IOptimizerTarget>
Instrumentation engine forIMasterOptimizer
, providing callbacks to be executed before/after optimizations.interface
IOptimizer<T extends IOptimizerTarget>
Plugin interface for generic code optimizer.class
OptimizerEntry<T extends IOptimizerTarget>
The runtime equivalent of anIOptimizer
.Fields in com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt declared as IOptimizerTarget