Interface CodePointer

All Superinterfaces:
org.graalvm.word.ComparableWord, org.graalvm.word.PointerBase, org.graalvm.word.WordBase
All Known Subinterfaces:
CFunctionPointer

public interface CodePointer extends org.graalvm.word.PointerBase
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 org.graalvm.word.ComparableWord

    equal, notEqual

    Methods inherited from interface org.graalvm.word.PointerBase

    isNonNull, isNull

    Methods inherited from interface org.graalvm.word.WordBase

    equals, rawValue