# Class: com.pnfsoftware.jeb.core.units.code.asm.type.VirtualMethodCoordinates

Coordinates of a virtual method within a class type.

## Constructor: VirtualMethodCoordinates
- parameter: `classtype`, type: `com.pnfsoftware.jeb.core.units.code.asm.type.IClassType`
- parameter: `tableIndex`, type: `int`
- parameter: `methodIndex`, type: `int`

Description: Create virtual method coordinates.
parameter: classtype: class type owning the virtual table
parameter: tableIndex: virtual table index
parameter: methodIndex: method index within the virtual table

## Method: getClasstype
- return type: `com.pnfsoftware.jeb.core.units.code.asm.type.IClassType`

Description: Retrieve the class type.
return: class type

## Method: getMethodIndex
- return type: `int`

Description: Retrieve the method index within the virtual table.
return: method index

## Method: getTableIndex
- return type: `int`

Description: Retrieve the virtual table index.
return: table index

## Method: toString
- return type: `java.lang.String`


