Class VirtualMethodCoordinates

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

public class VirtualMethodCoordinates extends Object
Coordinates of a virtual method within a class type.
  • Constructor Details

    • VirtualMethodCoordinates

      public VirtualMethodCoordinates(IClassType classtype, int tableIndex, int methodIndex)
      Create virtual method coordinates.
      Parameters:
      classtype - class type owning the virtual table
      tableIndex - virtual table index
      methodIndex - method index within the virtual table
  • Method Details

    • getClasstype

      public IClassType getClasstype()
      Retrieve the class type.
      Returns:
      class type
    • getTableIndex

      public int getTableIndex()
      Retrieve the virtual table index.
      Returns:
      table index
    • getMethodIndex

      public int getMethodIndex()
      Retrieve the method index within the virtual table.
      Returns:
      method index
    • toString

      public String toString()
      Overrides:
      toString in class Object