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 TypeInterfaceDescriptioninterfaceC 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 TypeClassDescriptionclassAbstractMasterOptimizer<T extends IOptimizerTarget>Standard implementation of a generic master optimizer.classAbstractOptimizer<T extends IOptimizerTarget>Skeleton for a generic artifact optimizer.interfaceIMasterOptimizer<T extends IOptimizerTarget>Definition of a master optimizer, whose role is to manage and orchestrate the execution of individual optimizers.interfaceIMasterOptimizerInstrumenter<T extends IOptimizerTarget>Instrumentation engine forIMasterOptimizer, providing callbacks to be executed before/after optimizations.interfaceIOptimizer<T extends IOptimizerTarget>Plugin interface for generic code optimizer.classOptimizerEntry<T extends IOptimizerTarget>The runtime equivalent of anIOptimizer.Fields in com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt declared as IOptimizerTarget