Class VirtualMethodCoordinates
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.type.VirtualMethodCoordinates
Coordinates of a virtual method within a class type.
-
Constructor Summary
ConstructorsConstructorDescriptionVirtualMethodCoordinates(IClassType classtype, int tableIndex, int methodIndex) Create virtual method coordinates. -
Method Summary
Modifier and TypeMethodDescriptionRetrieve the class type.intRetrieve the method index within the virtual table.intRetrieve the virtual table index.toString()
-
Constructor Details
-
VirtualMethodCoordinates
Create virtual method coordinates.- Parameters:
classtype- class type owning the virtual tabletableIndex- virtual table indexmethodIndex- method index within the virtual table
-
-
Method Details
-
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
-