Class AbstractNativeDecompilerPlugin<InsnType extends IInstruction>

Type Parameters:
InsnType -
All Implemented Interfaces:
IPlugin, INativeDecompilerPlugin<InsnType>, INativePlugin<InsnType>, IUnitPlugin

public abstract class AbstractNativeDecompilerPlugin<InsnType extends IInstruction> extends AbstractNativePlugin<InsnType> implements INativeDecompilerPlugin<InsnType>
Base implementation of an INativeDecompilerPlugin. Decompiler plugins should extend this class.