Class Interop

java.lang.Object
dev.pfaff.glass.Interop

public final class Interop extends Object
Some native interop helpers.
  • Field Details

    • ADDRESS_SIZED_INT

      public static final ValueLayout ADDRESS_SIZED_INT
      The value layout of an integer whose size is that of ValueLayout.ADDRESS.
    • MH_cast_signed_int_to_long

      public static final MethodHandle MH_cast_signed_int_to_long
    • MH_cast_signed_long_to_int

      public static final MethodHandle MH_cast_signed_long_to_int
    • MH_cast_unsigned_int_to_long

      public static final MethodHandle MH_cast_unsigned_int_to_long
    • MH_cast_unsigned_long_to_int

      public static final MethodHandle MH_cast_unsigned_long_to_int
    • MH_longIdentity

      public static final MethodHandle MH_longIdentity
    • MH_cast_usize_to_long

      public static final MethodHandle MH_cast_usize_to_long
    • MH_cast_isize_to_long

      public static final MethodHandle MH_cast_isize_to_long
    • MH_cast_long_to_usize

      public static final MethodHandle MH_cast_long_to_usize
    • MH_cast_long_to_isize

      public static final MethodHandle MH_cast_long_to_isize
  • Constructor Details

    • Interop

      public Interop()