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

Java/jdk/internal/classfile/impl/RawBytecodeHelper_static.fz


# Fuzion interface to static members of Java class 'jdk.internal.classfile.impl.RawBytecodeHelper'
#
# !!!!!!  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.classfile.impl.RawBytecodeHelper_static is

  # call Java static method 'public static int jdk.internal.classfile.impl.RawBytecodeHelper.align(int)':
  #
  public align_I(arg0 i32) i32 =>
    fuzion.java.call_static (i32) "jdk.internal.classfile.impl.RawBytecodeHelper" "align" "(I)I" [(fuzion.java.i32_to_java_object Java.jdk.internal.classfile.impl.RawBytecodeHelper_static.align_I.this.arg0)]

  # call Java static method 'public static boolean jdk.internal.classfile.impl.RawBytecodeHelper.isStoreIntoLocal(int)':
  #
  public isStoreIntoLocal_I(arg0 i32) bool =>
    fuzion.java.call_static (bool) "jdk.internal.classfile.impl.RawBytecodeHelper" "isStoreIntoLocal" "(I)Z" [(fuzion.java.i32_to_java_object Java.jdk.internal.classfile.impl.RawBytecodeHelper_static.isStoreIntoLocal_I.this.arg0)]

  # short-hand to call Java method 'public static int jdk.internal.classfile.impl.RawBytecodeHelper.align(int)':
  #
  public align(arg0 i32) (i32) =>
    align_I Java.jdk.internal.classfile.impl.RawBytecodeHelper_static.align.this.arg0

  # short-hand to call Java method 'public static boolean jdk.internal.classfile.impl.RawBytecodeHelper.isStoreIntoLocal(int)':
  #
  public isStoreIntoLocal(arg0 i32) (bool) =>
    isStoreIntoLocal_I Java.jdk.internal.classfile.impl.RawBytecodeHelper_static.isStoreIntoLocal.this.arg0

  # read static Java field 'public static final int jdk.internal.classfile.impl.RawBytecodeHelper.ILLEGAL':
  #
  public ILLEGAL i32 =>
    fuzion.java.get_static_field (i32) "jdk.internal.classfile.impl.RawBytecodeHelper" "ILLEGAL"

  # call Java constructor 'public jdk.internal.classfile.impl.RawBytecodeHelper(java.nio.ByteBuffer)':
  #
  public new_Ljava_7_nio_7_ByteBuffer_s_(arg0 Java.java.nio.ByteBuffer) Java.jdk.internal.classfile.impl.RawBytecodeHelper =>
    fuzion.java.call_constructor (Java.jdk.internal.classfile.impl.RawBytecodeHelper) "jdk.internal.classfile.impl.RawBytecodeHelper" "(Ljava/nio/ByteBuffer;)V" [(Java.jdk.internal.classfile.impl.RawBytecodeHelper_static.new_Ljava_7_nio_7_ByteBuffer_s_.this.arg0)]

  # short-hand to call Java constructor 'public jdk.internal.classfile.impl.RawBytecodeHelper(java.nio.ByteBuffer)':
  #
  public new(arg0 Java.java.nio.ByteBuffer) (Java.jdk.internal.classfile.impl.RawBytecodeHelper) =>
    new_Ljava_7_nio_7_ByteBuffer_s_ Java.jdk.internal.classfile.impl.RawBytecodeHelper_static.new.this.arg0