JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.graalvm.word
Interface WordBase
All Known Subinterfaces:
ComparableWord
,
Pointer
,
PointerBase
,
SignedWord
,
UnsignedWord
public interface
WordBase
The root of the interface hierarchy for machine-word-sized values.
Since:
19.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
long
rawValue
()
Conversion to a Java primitive value.
Method Detail
rawValue
long rawValue()
Conversion to a Java primitive value.
Since:
19.0
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method