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

Java/java/lang/foreign/MemoryLayout_S_PathElement_static.fz


# Fuzion interface to static members of Java class 'java.lang.foreign.MemoryLayout$PathElement'
#
# !!!!!!  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.MemoryLayout_S_PathElement_static is

  # call Java static method 'public static java.lang.foreign.MemoryLayout$PathElement java.lang.foreign.MemoryLayout$PathElement.dereferenceElement()':
  #
  public dereferenceElement Java.java.lang.foreign.MemoryLayout_S_PathElement =>
    fuzion.java.call_static (Java.java.lang.foreign.MemoryLayout_S_PathElement) "java.lang.foreign.MemoryLayout\$PathElement" "dereferenceElement" "()Ljava/lang/foreign/MemoryLayout\$PathElement;" []

  # call Java static method 'public static java.lang.foreign.MemoryLayout$PathElement java.lang.foreign.MemoryLayout$PathElement.groupElement(long)':
  #
  public groupElement_J(arg0 i64) Java.java.lang.foreign.MemoryLayout_S_PathElement =>
    fuzion.java.call_static (Java.java.lang.foreign.MemoryLayout_S_PathElement) "java.lang.foreign.MemoryLayout\$PathElement" "groupElement" "(J)Ljava/lang/foreign/MemoryLayout\$PathElement;" [(fuzion.java.i64_to_java_object Java.java.lang.foreign.MemoryLayout_S_PathElement_static.groupElement_J.this.arg0)]

  # call Java static method 'public static java.lang.foreign.MemoryLayout$PathElement java.lang.foreign.MemoryLayout$PathElement.groupElement(java.lang.String)':
  #
  public groupElement_Ljava_7_lang_7_String_s_(arg0 String) Java.java.lang.foreign.MemoryLayout_S_PathElement =>
    fuzion.java.call_static (Java.java.lang.foreign.MemoryLayout_S_PathElement) "java.lang.foreign.MemoryLayout\$PathElement" "groupElement" "(Ljava/lang/String;)Ljava/lang/foreign/MemoryLayout\$PathElement;" [(fuzion.java.string_to_java_object Java.java.lang.foreign.MemoryLayout_S_PathElement_static.groupElement_Ljava_7_lang_7_String_s_.this.arg0)]

  # call Java static method 'public static java.lang.foreign.MemoryLayout$PathElement java.lang.foreign.MemoryLayout$PathElement.sequenceElement()':
  #
  public sequenceElement Java.java.lang.foreign.MemoryLayout_S_PathElement =>
    fuzion.java.call_static (Java.java.lang.foreign.MemoryLayout_S_PathElement) "java.lang.foreign.MemoryLayout\$PathElement" "sequenceElement" "()Ljava/lang/foreign/MemoryLayout\$PathElement;" []

  # call Java static method 'public static java.lang.foreign.MemoryLayout$PathElement java.lang.foreign.MemoryLayout$PathElement.sequenceElement(long)':
  #
  public sequenceElement_J(arg0 i64) Java.java.lang.foreign.MemoryLayout_S_PathElement =>
    fuzion.java.call_static (Java.java.lang.foreign.MemoryLayout_S_PathElement) "java.lang.foreign.MemoryLayout\$PathElement" "sequenceElement" "(J)Ljava/lang/foreign/MemoryLayout\$PathElement;" [(fuzion.java.i64_to_java_object Java.java.lang.foreign.MemoryLayout_S_PathElement_static.sequenceElement_J.this.arg0)]

  # call Java static method 'public static java.lang.foreign.MemoryLayout$PathElement java.lang.foreign.MemoryLayout$PathElement.sequenceElement(long,long)':
  #
  public sequenceElement_JJ(arg0 i64, arg1 i64) Java.java.lang.foreign.MemoryLayout_S_PathElement =>
    fuzion.java.call_static (Java.java.lang.foreign.MemoryLayout_S_PathElement) "java.lang.foreign.MemoryLayout\$PathElement" "sequenceElement" "(JJ)Ljava/lang/foreign/MemoryLayout\$PathElement;" [(fuzion.java.i64_to_java_object Java.java.lang.foreign.MemoryLayout_S_PathElement_static.sequenceElement_JJ.this.arg0); (fuzion.java.i64_to_java_object Java.java.lang.foreign.MemoryLayout_S_PathElement_static.sequenceElement_JJ.this.arg1)]

  # short-hand to call Java method 'public static java.lang.foreign.MemoryLayout$PathElement java.lang.foreign.MemoryLayout$PathElement.groupElement(java.lang.String)':
  #
  public groupElement(arg0 String) (Java.java.lang.foreign.MemoryLayout_S_PathElement) =>
    groupElement_Ljava_7_lang_7_String_s_ Java.java.lang.foreign.MemoryLayout_S_PathElement_static.groupElement.this.arg0

  # short-hand to call Java method 'public static java.lang.foreign.MemoryLayout$PathElement java.lang.foreign.MemoryLayout$PathElement.sequenceElement(long)':
  #
  public sequenceElement(arg0 i64) (Java.java.lang.foreign.MemoryLayout_S_PathElement) =>
    sequenceElement_J Java.java.lang.foreign.MemoryLayout_S_PathElement_static.sequenceElement.this.arg0

  # short-hand to call Java method 'public static java.lang.foreign.MemoryLayout$PathElement java.lang.foreign.MemoryLayout$PathElement.sequenceElement(long,long)':
  #
  public sequenceElement(arg0 i64, arg1 i64) (Java.java.lang.foreign.MemoryLayout_S_PathElement) =>
    sequenceElement_JJ Java.java.lang.foreign.MemoryLayout_S_PathElement_static.sequenceElement.this.arg0 Java.java.lang.foreign.MemoryLayout_S_PathElement_static.sequenceElement.this.arg1