public interface

IELFSymbolProcessorFactory

com.pnfsoftware.jeb.core.units.codeobject.IELFSymbolProcessorFactory

Class Overview

ELF symbol processor factories can be registered using the ELFPluginsService.

Life-cycle information: factories are single-instance objects that create symbol processors.

Summary

Public Methods
abstract boolean canProcess(IELFUnit elf)
abstract IELFSymbolProcessor createInstance(IELFUnit elf)

Public Methods

public abstract boolean canProcess (IELFUnit elf)

public abstract IELFSymbolProcessor createInstance (IELFUnit elf)