Interface CFunctionPointer
- All Superinterfaces:
CodePointer, ComparableWord, PointerBase, RelocatedPointer, WordBase
Base interface for all function pointers. Sub-interfaces define methods annotated with
InvokeCFunctionPointer
that invoke the method referenced by this function pointer. Since
the signature of the invocation method is not known, it is not possible to define a single
generic invocation method here.- Since:
- 19.0
-
Method Summary
Methods inherited from interface ComparableWord
equal, notEqual
Modifier and TypeMethodDescriptionboolean
equal
(ComparableWord val) Compares this word with the specified value.boolean
notEqual
(ComparableWord val) Compares this word with the specified value.Methods inherited from interface PointerBase
isNonNull, isNull
Modifier and TypeMethodDescriptionboolean
Returns true if this pointer is not thenull pointer
.boolean
isNull()
Returns true if this pointer is thenull pointer
.