public interface

IRoutineTable

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

Summary

Public Methods
abstract int find(INativeMethodItem vmethod)
abstract INativeMethodItem get(int index)
abstract long getAddress()
abstract List<? extends INativeMethodItem> getAll()
abstract int size()

Public Methods

public abstract int find (INativeMethodItem vmethod)

public abstract INativeMethodItem get (int index)

public abstract long getAddress ()

public abstract List<? extends INativeMethodItem> getAll ()

public abstract int size ()