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

Java/jdk/internal/classfile/attribute/ConstantValueAttribute_static.fz


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

  # call Java static method 'public static jdk.internal.classfile.attribute.ConstantValueAttribute jdk.internal.classfile.attribute.ConstantValueAttribute.of(java.lang.constant.ConstantDesc)':
  #
  public __k__of_Ljava_7_lang_7_constant_7_ConstantDesc_s_(arg0 Java.java.lang.constant.ConstantDesc) Java.jdk.internal.classfile.attribute.ConstantValueAttribute =>
    fuzion.java.call_static (Java.jdk.internal.classfile.attribute.ConstantValueAttribute) "jdk.internal.classfile.attribute.ConstantValueAttribute" "of" "(Ljava/lang/constant/ConstantDesc;)Ljdk/internal/classfile/attribute/ConstantValueAttribute;" [(Java.jdk.internal.classfile.attribute.ConstantValueAttribute_static.__k__of_Ljava_7_lang_7_constant_7_ConstantDesc_s_.this.arg0)]

  # call Java static method 'public static jdk.internal.classfile.attribute.ConstantValueAttribute jdk.internal.classfile.attribute.ConstantValueAttribute.of(jdk.internal.classfile.constantpool.ConstantValueEntry)':
  #
  public __k__of_Ljdk_7_internal_7_classfile_7_constantpool_7_ConstantValueEntry_s_(arg0 Java.jdk.internal.classfile.constantpool.ConstantValueEntry) Java.jdk.internal.classfile.attribute.ConstantValueAttribute =>
    fuzion.java.call_static (Java.jdk.internal.classfile.attribute.ConstantValueAttribute) "jdk.internal.classfile.attribute.ConstantValueAttribute" "of" "(Ljdk/internal/classfile/constantpool/ConstantValueEntry;)Ljdk/internal/classfile/attribute/ConstantValueAttribute;" [(Java.jdk.internal.classfile.attribute.ConstantValueAttribute_static.__k__of_Ljdk_7_internal_7_classfile_7_constantpool_7_ConstantValueEntry_s_.this.arg0)]

  # short-hand to call Java method 'public static jdk.internal.classfile.attribute.ConstantValueAttribute jdk.internal.classfile.attribute.ConstantValueAttribute.of(jdk.internal.classfile.constantpool.ConstantValueEntry)':
  #
  public __k__of(arg0 Java.jdk.internal.classfile.constantpool.ConstantValueEntry) (Java.jdk.internal.classfile.attribute.ConstantValueAttribute) =>
    __k__of_Ljdk_7_internal_7_classfile_7_constantpool_7_ConstantValueEntry_s_ Java.jdk.internal.classfile.attribute.ConstantValueAttribute_static.__k__of.this.arg0