Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt.IMasterOptimizerInstrumenter
Packages that use IMasterOptimizerInstrumenter
Package
Description
Common types used by
gendec's optimizers.-
Uses of IMasterOptimizerInstrumenter in com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt
Fields in com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt with type parameters of type IMasterOptimizerInstrumenterModifier and TypeFieldDescriptionprotected List<IMasterOptimizerInstrumenter<T>> AbstractMasterOptimizer.instrumentersinstrumentersMethods in com.pnfsoftware.jeb.core.units.code.asm.decompiler.opt with parameters of type IMasterOptimizerInstrumenterModifier and TypeMethodDescriptionvoidAbstractMasterOptimizer.registerInstrumenter(IMasterOptimizerInstrumenter<T> instrumenter) voidIMasterOptimizer.registerInstrumenter(IMasterOptimizerInstrumenter<T> instrumenter) Register an instrumenter.booleanAbstractMasterOptimizer.unregisterInstrumenter(IMasterOptimizerInstrumenter<T> instrumenter) booleanIMasterOptimizer.unregisterInstrumenter(IMasterOptimizerInstrumenter<T> instrumenter) Unregister an instrumenter