public abstract class

ELFRelocationApplicator

extends Object
implements IELFRelocationApplicator
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.codeobject.ELFRelocationApplicator<T extends com.pnfsoftware.jeb.core.units.codeobject.ELFStandardRelocOperations>
Known Direct Subclasses

Class Overview

Base class for ELF relocation applicators. Use the ELFStandardRelocator for relocations using ELFStandardRelocOperations.

Summary

Public Constructors
ELFRelocationApplicator(int type)
Public Methods
int getType()
Get the relocation type.
Protected Methods
abstract void applyInternal(T o)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.pnfsoftware.jeb.core.units.codeobject.IELFRelocationApplicator

Public Constructors

public ELFRelocationApplicator (int type)

Public Methods

public int getType ()

Get the relocation type.

Protected Methods

protected abstract void applyInternal (T o)