Class AbstractInstructionManager<T extends IInstruction>

java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.processor.AbstractInstructionManager<T>
All Implemented Interfaces:
CFBytesTrie.IKeyExtractor<T>

public abstract class AbstractInstructionManager<T extends IInstruction> extends Object implements CFBytesTrie.IKeyExtractor<T>
A skeleton class used to create instruction managers.