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

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


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

  # call Java constructor 'public jdk.internal.classfile.impl.AbstractInstruction$UnboundNewPrimitiveArrayInstruction(jdk.internal.classfile.TypeKind)':
  #
  public new_Ljdk_7_internal_7_classfile_7_TypeKind_s_(arg0 Java.jdk.internal.classfile.TypeKind) Java.jdk.internal.classfile.impl.AbstractInstruction_S_UnboundNewPrimitiveArrayInstruction =>
    fuzion.java.call_constructor (Java.jdk.internal.classfile.impl.AbstractInstruction_S_UnboundNewPrimitiveArrayInstruction) "jdk.internal.classfile.impl.AbstractInstruction\$UnboundNewPrimitiveArrayInstruction" "(Ljdk/internal/classfile/TypeKind;)V" [(Java.jdk.internal.classfile.impl.AbstractInstruction_S_UnboundNewPrimitiveArrayInstruction_static.new_Ljdk_7_internal_7_classfile_7_TypeKind_s_.this.arg0)]

  # short-hand to call Java constructor 'public jdk.internal.classfile.impl.AbstractInstruction$UnboundNewPrimitiveArrayInstruction(jdk.internal.classfile.TypeKind)':
  #
  public new(arg0 Java.jdk.internal.classfile.TypeKind) (Java.jdk.internal.classfile.impl.AbstractInstruction_S_UnboundNewPrimitiveArrayInstruction) =>
    new_Ljdk_7_internal_7_classfile_7_TypeKind_s_ Java.jdk.internal.classfile.impl.AbstractInstruction_S_UnboundNewPrimitiveArrayInstruction_static.new.this.arg0