Interface IMethodTable
public interface IMethodTable
A table of native methods, used when defining classes and virtual methods tables.
-
Method Summary
Modifier and TypeMethodDescriptionint
find
(INativeMethodItem entry) get
(int index) Retrieve the optional address of the table in memory, if there is one.List<? extends INativeMethodItem>
getAll()
int
size()
-
Method Details
-
getAddress
Long getAddress()Retrieve the optional address of the table in memory, if there is one.- Returns:
-
size
int size()- Returns:
-
get
- Parameters:
index
-- Returns:
-
getAll
List<? extends INativeMethodItem> getAll()- Returns:
-
find
- Parameters:
entry
-- Returns:
-