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

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


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

  # call Java constructor 'public jdk.internal.classfile.impl.UnboundAttribute$UnboundConstantValueAttribute(jdk.internal.classfile.constantpool.ConstantValueEntry)':
  #
  public new_Ljdk_7_internal_7_classfile_7_constantpool_7_ConstantValueEntry_s_(arg0 Java.jdk.internal.classfile.constantpool.ConstantValueEntry) Java.jdk.internal.classfile.impl.UnboundAttribute_S_UnboundConstantValueAttribute =>
    fuzion.java.call_constructor (Java.jdk.internal.classfile.impl.UnboundAttribute_S_UnboundConstantValueAttribute) "jdk.internal.classfile.impl.UnboundAttribute\$UnboundConstantValueAttribute" "(Ljdk/internal/classfile/constantpool/ConstantValueEntry;)V" [(Java.jdk.internal.classfile.impl.UnboundAttribute_S_UnboundConstantValueAttribute_static.new_Ljdk_7_internal_7_classfile_7_constantpool_7_ConstantValueEntry_s_.this.arg0)]

  # short-hand to call Java constructor 'public jdk.internal.classfile.impl.UnboundAttribute$UnboundConstantValueAttribute(jdk.internal.classfile.constantpool.ConstantValueEntry)':
  #
  public new(arg0 Java.jdk.internal.classfile.constantpool.ConstantValueEntry) (Java.jdk.internal.classfile.impl.UnboundAttribute_S_UnboundConstantValueAttribute) =>
    new_Ljdk_7_internal_7_classfile_7_constantpool_7_ConstantValueEntry_s_ Java.jdk.internal.classfile.impl.UnboundAttribute_S_UnboundConstantValueAttribute_static.new.this.arg0