Class Interop
java.lang.Object
dev.pfaff.glass.Interop
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ValueLayout
The value layout of an integer whose size is that ofValueLayout.ADDRESS
.static final Class
<?> The class of an integer whose size is that ofValueLayout.ADDRESS
.static final MethodHandle
static final MethodHandle
static final MethodHandle
static final MethodHandle
static final MethodHandle
static final MethodHandle
static final MethodHandle
static final MethodHandle
static final MethodHandle
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ADDRESS_INT
The value layout of an integer whose size is that ofValueLayout.ADDRESS
. -
C_ADDRESS_INT
The class of an integer whose size is that ofValueLayout.ADDRESS
. -
MH_cast_signed_int_to_long
-
MH_cast_signed_long_to_int
-
MH_cast_unsigned_int_to_long
-
MH_cast_unsigned_long_to_int
-
MH_longIdentity
-
MH_cast_usize_to_long
-
MH_cast_isize_to_long
-
MH_cast_long_to_usize
-
MH_cast_long_to_isize
-
-
Constructor Details
-
Interop
public Interop()
-