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

Java/java/lang/foreign/SequenceLayout.fz


# Fuzion interface to instance members of Java instance class 'java.lang.foreign.SequenceLayout'
#
# !!!!!!  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.SequenceLayout(forbidden void) ref : fuzion.java.Java_Object(forbidden) is

  # call Java instance method 'public abstract long java.lang.foreign.SequenceLayout.elementCount()':
  #
  public elementCount i64 =>
    fuzion.java.call_virtual (i64) "java.lang.foreign.SequenceLayout" "elementCount" "()J" SequenceLayout.this []

  # call Java instance method 'public abstract java.lang.foreign.MemoryLayout java.lang.foreign.SequenceLayout.elementLayout()':
  #
  public elementLayout Java.java.lang.foreign.MemoryLayout =>
    fuzion.java.call_virtual (Java.java.lang.foreign.MemoryLayout) "java.lang.foreign.SequenceLayout" "elementLayout" "()Ljava/lang/foreign/MemoryLayout;" SequenceLayout.this []

  # call Java instance method 'public abstract java.lang.foreign.SequenceLayout java.lang.foreign.SequenceLayout.flatten()':
  #
  public flatten Java.java.lang.foreign.SequenceLayout =>
    fuzion.java.call_virtual (Java.java.lang.foreign.SequenceLayout) "java.lang.foreign.SequenceLayout" "flatten" "()Ljava/lang/foreign/SequenceLayout;" SequenceLayout.this []

  # call Java instance method 'public abstract java.lang.foreign.SequenceLayout java.lang.foreign.SequenceLayout.reshape(long[])':
  #
  public reshape__u00005b_J(arg0 Sequence (i64)) Java.java.lang.foreign.SequenceLayout =>
    fuzion.java.call_virtual (Java.java.lang.foreign.SequenceLayout) "java.lang.foreign.SequenceLayout" "reshape" "([J)Ljava/lang/foreign/SequenceLayout;" SequenceLayout.this [(fuzion.java.array_to_java_object (i64) Java.java.lang.foreign.SequenceLayout.reshape__u00005b_J.this.arg0)]

  # call Java instance method 'public abstract java.lang.foreign.SequenceLayout java.lang.foreign.SequenceLayout.withByteAlignment(long)':
  #
  public withByteAlignment_J(arg0 i64) Java.java.lang.foreign.SequenceLayout =>
    fuzion.java.call_virtual (Java.java.lang.foreign.SequenceLayout) "java.lang.foreign.SequenceLayout" "withByteAlignment" "(J)Ljava/lang/foreign/SequenceLayout;" SequenceLayout.this [(fuzion.java.i64_to_java_object Java.java.lang.foreign.SequenceLayout.withByteAlignment_J.this.arg0)]

  # call Java instance method 'public abstract java.lang.foreign.SequenceLayout java.lang.foreign.SequenceLayout.withElementCount(long)':
  #
  public withElementCount_J(arg0 i64) Java.java.lang.foreign.SequenceLayout =>
    fuzion.java.call_virtual (Java.java.lang.foreign.SequenceLayout) "java.lang.foreign.SequenceLayout" "withElementCount" "(J)Ljava/lang/foreign/SequenceLayout;" SequenceLayout.this [(fuzion.java.i64_to_java_object Java.java.lang.foreign.SequenceLayout.withElementCount_J.this.arg0)]

  # call Java instance method 'public abstract java.lang.foreign.SequenceLayout java.lang.foreign.SequenceLayout.withName(java.lang.String)':
  #
  public withName_Ljava_7_lang_7_String_s_(arg0 String) Java.java.lang.foreign.SequenceLayout =>
    fuzion.java.call_virtual (Java.java.lang.foreign.SequenceLayout) "java.lang.foreign.SequenceLayout" "withName" "(Ljava/lang/String;)Ljava/lang/foreign/SequenceLayout;" SequenceLayout.this [(fuzion.java.string_to_java_object Java.java.lang.foreign.SequenceLayout.withName_Ljava_7_lang_7_String_s_.this.arg0)]

  # call Java instance method 'public abstract java.lang.foreign.MemoryLayout java.lang.foreign.SequenceLayout.withoutName()':
  #
  public withoutName Java.java.lang.foreign.MemoryLayout =>
    fuzion.java.call_virtual (Java.java.lang.foreign.MemoryLayout) "java.lang.foreign.SequenceLayout" "withoutName" "()Ljava/lang/foreign/MemoryLayout;" SequenceLayout.this []

  # short-hand to call Java method 'public abstract java.lang.foreign.SequenceLayout java.lang.foreign.SequenceLayout.reshape(long[])':
  #
  public reshape(arg0 Sequence (i64)) (Java.java.lang.foreign.SequenceLayout) =>
    reshape__u00005b_J Java.java.lang.foreign.SequenceLayout.reshape.this.arg0

  # short-hand to call Java method 'public abstract java.lang.foreign.SequenceLayout java.lang.foreign.SequenceLayout.withByteAlignment(long)':
  #
  public withByteAlignment(arg0 i64) (Java.java.lang.foreign.SequenceLayout) =>
    withByteAlignment_J Java.java.lang.foreign.SequenceLayout.withByteAlignment.this.arg0

  # short-hand to call Java method 'public abstract java.lang.foreign.SequenceLayout java.lang.foreign.SequenceLayout.withElementCount(long)':
  #
  public withElementCount(arg0 i64) (Java.java.lang.foreign.SequenceLayout) =>
    withElementCount_J Java.java.lang.foreign.SequenceLayout.withElementCount.this.arg0

  # short-hand to call Java method 'public abstract java.lang.foreign.SequenceLayout java.lang.foreign.SequenceLayout.withName(java.lang.String)':
  #
  public withName(arg0 String) (Java.java.lang.foreign.SequenceLayout) =>
    withName_Ljava_7_lang_7_String_s_ Java.java.lang.foreign.SequenceLayout.withName.this.arg0