public interface

IMethodTable

com.pnfsoftware.jeb.core.units.code.asm.items.IMethodTable

Class Overview

A table of native methods, used when defining classes and virtual methods tables.

Summary

Public Methods
abstract int find(INativeMethodItem entry)
abstract INativeMethodItem get(int index)
abstract Long getAddress()
Retrieve the optional address of the table in memory, if there is one.
abstract List<? extends INativeMethodItem> getAll()
abstract int size()

Public Methods

public abstract int find (INativeMethodItem entry)

public abstract INativeMethodItem get (int index)

public abstract Long getAddress ()

Retrieve the optional address of the table in memory, if there is one.

public abstract List<? extends INativeMethodItem> getAll ()

public abstract int size ()