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

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


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

  # call Java static method 'public static jdk.internal.classfile.attribute.RuntimeVisibleAnnotationsAttribute jdk.internal.classfile.attribute.RuntimeVisibleAnnotationsAttribute.of(java.util.List)':
  #
  public __k__of_Ljava_7_util_7_List_s_(arg0 Java.java.util.List) Java.jdk.internal.classfile.attribute.RuntimeVisibleAnnotationsAttribute =>
    fuzion.java.call_static (Java.jdk.internal.classfile.attribute.RuntimeVisibleAnnotationsAttribute) "jdk.internal.classfile.attribute.RuntimeVisibleAnnotationsAttribute" "of" "(Ljava/util/List;)Ljdk/internal/classfile/attribute/RuntimeVisibleAnnotationsAttribute;" [(Java.jdk.internal.classfile.attribute.RuntimeVisibleAnnotationsAttribute_static.__k__of_Ljava_7_util_7_List_s_.this.arg0)]

  # call Java static method 'public static jdk.internal.classfile.attribute.RuntimeVisibleAnnotationsAttribute jdk.internal.classfile.attribute.RuntimeVisibleAnnotationsAttribute.of(jdk.internal.classfile.Annotation[])':
  #
  public __k__of__u00005b_Ljdk_7_internal_7_classfile_7_Annotation_s_(arg0 Sequence (Java.jdk.internal.classfile.Annotation)) Java.jdk.internal.classfile.attribute.RuntimeVisibleAnnotationsAttribute =>
    fuzion.java.call_static (Java.jdk.internal.classfile.attribute.RuntimeVisibleAnnotationsAttribute) "jdk.internal.classfile.attribute.RuntimeVisibleAnnotationsAttribute" "of" "([Ljdk/internal/classfile/Annotation;)Ljdk/internal/classfile/attribute/RuntimeVisibleAnnotationsAttribute;" [(fuzion.java.array_to_java_object (Java.jdk.internal.classfile.Annotation) Java.jdk.internal.classfile.attribute.RuntimeVisibleAnnotationsAttribute_static.__k__of__u00005b_Ljdk_7_internal_7_classfile_7_Annotation_s_.this.arg0)]

  # short-hand to call Java method 'public static jdk.internal.classfile.attribute.RuntimeVisibleAnnotationsAttribute jdk.internal.classfile.attribute.RuntimeVisibleAnnotationsAttribute.of(java.util.List)':
  #
  public __k__of(arg0 Java.java.util.List) (Java.jdk.internal.classfile.attribute.RuntimeVisibleAnnotationsAttribute) =>
    __k__of_Ljava_7_util_7_List_s_ Java.jdk.internal.classfile.attribute.RuntimeVisibleAnnotationsAttribute_static.__k__of.this.arg0