Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

Java/java/lang/foreign/SegmentAllocator_static.fz


# Fuzion interface to static members of Java class 'java.lang.foreign.SegmentAllocator'
#
# !!!!!!  DO NOT EDIT, GENERATED CODE !!!!!!
#
# This code was generated automatically using the fzjava tool V0.087 called 
# as follows:
#
#   ./build/bin/fzjava java.base -to=build/modules/java.base -verbose=0
#
public Java.java.lang.foreign.SegmentAllocator_static is

  # call Java static method 'public static java.lang.foreign.SegmentAllocator java.lang.foreign.SegmentAllocator.prefixAllocator(java.lang.foreign.MemorySegment)':
  #
  public prefixAllocator_Ljava_7_lang_7_foreign_7_MemorySegment_s_(arg0 Java.java.lang.foreign.MemorySegment) Java.java.lang.foreign.SegmentAllocator =>
    fuzion.java.call_static (Java.java.lang.foreign.SegmentAllocator) "java.lang.foreign.SegmentAllocator" "prefixAllocator" "(Ljava/lang/foreign/MemorySegment;)Ljava/lang/foreign/SegmentAllocator;" [(Java.java.lang.foreign.SegmentAllocator_static.prefixAllocator_Ljava_7_lang_7_foreign_7_MemorySegment_s_.this.arg0)]

  # call Java static method 'public static java.lang.foreign.SegmentAllocator java.lang.foreign.SegmentAllocator.slicingAllocator(java.lang.foreign.MemorySegment)':
  #
  public slicingAllocator_Ljava_7_lang_7_foreign_7_MemorySegment_s_(arg0 Java.java.lang.foreign.MemorySegment) Java.java.lang.foreign.SegmentAllocator =>
    fuzion.java.call_static (Java.java.lang.foreign.SegmentAllocator) "java.lang.foreign.SegmentAllocator" "slicingAllocator" "(Ljava/lang/foreign/MemorySegment;)Ljava/lang/foreign/SegmentAllocator;" [(Java.java.lang.foreign.SegmentAllocator_static.slicingAllocator_Ljava_7_lang_7_foreign_7_MemorySegment_s_.this.arg0)]

  # short-hand to call Java method 'public static java.lang.foreign.SegmentAllocator java.lang.foreign.SegmentAllocator.prefixAllocator(java.lang.foreign.MemorySegment)':
  #
  public prefixAllocator(arg0 Java.java.lang.foreign.MemorySegment) (Java.java.lang.foreign.SegmentAllocator) =>
    prefixAllocator_Ljava_7_lang_7_foreign_7_MemorySegment_s_ Java.java.lang.foreign.SegmentAllocator_static.prefixAllocator.this.arg0

  # short-hand to call Java method 'public static java.lang.foreign.SegmentAllocator java.lang.foreign.SegmentAllocator.slicingAllocator(java.lang.foreign.MemorySegment)':
  #
  public slicingAllocator(arg0 Java.java.lang.foreign.MemorySegment) (Java.java.lang.foreign.SegmentAllocator) =>
    slicingAllocator_Ljava_7_lang_7_foreign_7_MemorySegment_s_ Java.java.lang.foreign.SegmentAllocator_static.slicingAllocator.this.arg0