Interface IMethodTable


public interface IMethodTable
A table of native methods, used when defining classes and virtual methods tables.
  • Method Details

    • getAddress

      Long getAddress()
      Retrieve the optional address of the table in memory, if there is one.
      Returns:
    • size

      int size()
      Returns:
    • get

      INativeMethodItem get(int index)
      Parameters:
      index -
      Returns:
    • getAll

      List<? extends INativeMethodItem> getAll()
      Returns:
    • find

      int find(INativeMethodItem entry)
      Parameters:
      entry -
      Returns: