public class

VirtualMethodCoordinates

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.type.VirtualMethodCoordinates

Class Overview

Coordinates of a virtual method within a class type.

Summary

Public Constructors
VirtualMethodCoordinates(IClassType classtype, int tableIndex, int methodIndex)
Public Methods
IClassType getClasstype()
int getMethodIndex()
int getTableIndex()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public VirtualMethodCoordinates (IClassType classtype, int tableIndex, int methodIndex)

Public Methods

public IClassType getClasstype ()

public int getMethodIndex ()

public int getTableIndex ()

public String toString ()