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

Java/jdk/internal/foreign/layout/SequenceLayoutImpl_static.fz


# Fuzion interface to static members of Java class 'jdk.internal.foreign.layout.SequenceLayoutImpl'
#
# !!!!!!  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.jdk.internal.foreign.layout.SequenceLayoutImpl_static is

  # call Java static method 'public static java.lang.foreign.SequenceLayout jdk.internal.foreign.layout.SequenceLayoutImpl.of(long,java.lang.foreign.MemoryLayout)':
  #
  public __k__of_JLjava_7_lang_7_foreign_7_MemoryLayout_s_(arg0 i64, arg1 Java.java.lang.foreign.MemoryLayout) Java.java.lang.foreign.SequenceLayout =>
    fuzion.java.call_static (Java.java.lang.foreign.SequenceLayout) "jdk.internal.foreign.layout.SequenceLayoutImpl" "of" "(JLjava/lang/foreign/MemoryLayout;)Ljava/lang/foreign/SequenceLayout;" [(fuzion.java.i64_to_java_object Java.jdk.internal.foreign.layout.SequenceLayoutImpl_static.__k__of_JLjava_7_lang_7_foreign_7_MemoryLayout_s_.this.arg0); (Java.jdk.internal.foreign.layout.SequenceLayoutImpl_static.__k__of_JLjava_7_lang_7_foreign_7_MemoryLayout_s_.this.arg1)]

  # short-hand to call Java method 'public static java.lang.foreign.SequenceLayout jdk.internal.foreign.layout.SequenceLayoutImpl.of(long,java.lang.foreign.MemoryLayout)':
  #
  public __k__of(arg0 i64, arg1 Java.java.lang.foreign.MemoryLayout) (Java.java.lang.foreign.SequenceLayout) =>
    __k__of_JLjava_7_lang_7_foreign_7_MemoryLayout_s_ Java.jdk.internal.foreign.layout.SequenceLayoutImpl_static.__k__of.this.arg0 Java.jdk.internal.foreign.layout.SequenceLayoutImpl_static.__k__of.this.arg1