public interface

IVirtualTableDefinition

com.pnfsoftware.jeb.core.units.code.asm.type.IVirtualTableDefinition

Class Overview

Definition of a table of virtual methods for a class.

Summary

Public Methods
abstract IClassType getClassType()
Get the type of the class owning this virtual table.
abstract IStructureType getVirtualTableType()
Get the type of the virtual table.
abstract int size()
Get the number of entries in the table.

Public Methods

public abstract IClassType getClassType ()

Get the type of the class owning this virtual table.

public abstract IStructureType getVirtualTableType ()

Get the type of the virtual table.

public abstract int size ()

Get the number of entries in the table.