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)
  • Method Details

    • getClasstype

      public IClassType getClasstype()
    • getTableIndex

      public int getTableIndex()
    • getMethodIndex

      public int getMethodIndex()
    • toString

      public String toString()
      Overrides:
      toString in class Object