Package org.graalvm.word
package org.graalvm.word
This package provides a low-level mechanism to use machine-word-sized values in Java. The package
can only be used in the context of native images or Graal snippets.
- Since:
- 19.0
-
ClassDescriptionA machine-word-sized value that can be compared for equality.Marker interface for location identities.Lowest-level memory access of native C memory.Marker interface for all
word types
that have the semantic of a pointer (but not necessarily all the memory access methods defined inPointer
).Represents a signed word-sized value.Represents an unsigned word-sized value.The root of the interface hierarchy for machine-word-sized values.Provides factory method to create machine-word-sized values.