JavaScript is disabled on your browser.
Skip navigation links
Overview
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:
CCharPointer
,
CCharPointerPointer
,
CDoublePointer
,
CFloatPointer
,
CFunctionPointer
,
CIntPointer
,
CIntPointerPointer
,
CLongPointer
,
CodePointer
,
ComparableWord
,
CShortPointer
,
Isolate
,
IsolateThread
,
ObjectHandle
,
Pointer
,
PointerBase
,
RelocatedPointer
,
SignedWord
,
UnsignedWord
,
VoidPointer
,
WordPointer
public interface
WordBase
The root of the interface hierarchy for machine-word-sized values.
Since:
1.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:
1.0
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method