Package 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:
- 19.0
-
Method Summary
-
Method Details
-
rawValue
long rawValue()Conversion to a Java primitive value.- Since:
- 19.0
-
equals
Deprecated.This is deprecated because of the easy to mistype name collision betweenequals(java.lang.Object)
and the other word based equality routines. In general you should never be statically calling this method anyway.
-