Interface CodePointer
- All Superinterfaces:
ComparableWord, PointerBase, WordBase
- All Known Subinterfaces:
CFunctionPointer
Pointer to executable code. This interface exists mainly to improve static type checking, i.e.,
to prevent mixing code pointers and non-code pointers by accident.
- 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
.